Skip to content

Commit

Permalink
🎨 fix #9367
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Oct 8, 2023
1 parent c3d9853 commit 3ff76e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/config/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ${renewHTML}
subscriptionHTML += `<div class="b3-chip b3-chip--primary"><svg class="ft__secondary"><use xlink:href="#iconVIP"></use></svg>${window.siyuan.languages.account10}</div>${renewHTML}`;
}
} else {
if (window.siyuan.user.userSiYuanOneTimePayStatus === 0) {
if (window.siyuan.user.userSiYuanOneTimePayStatus === 1) {
subscriptionHTML = `<div class="b3-chip"><svg><use xlink:href="#iconVIP"></use></svg>${window.siyuan.languages.onepay}</div>
<div class="fn__hr--b"></div>${payHTML}`;
} else {
Expand Down

0 comments on commit 3ff76e7

Please sign in to comment.