Skip to content

Commit

Permalink
fix(useCheckLicense.ts): fix that display no content license tip
Browse files Browse the repository at this point in the history
  • Loading branch information
oucb authored and ysfscream committed Nov 1, 2023
1 parent aa47d92 commit c8f04e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composables/useCheckLicense.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default () => {
isHardwareMismatch.value ||
isOverMaximumTags.value ||
isLicenseReadyExpiry.value ||
isDefaultLicense
isDefaultLicense.value
) {
licenseTipVisible.value = true
}
Expand Down

0 comments on commit c8f04e9

Please sign in to comment.