mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
fix: show resubscribe button for cancelled subs
(fixes streetwriters/notesnook#766)
This commit is contained in:
@@ -934,7 +934,9 @@ function AccountStatus(props) {
|
|||||||
else showEmailVerificationDialog();
|
else showEmailVerificationDialog();
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{user.isEmailConfirmed
|
{isProCancelled
|
||||||
|
? "Resubscribe to Notesnook Pro"
|
||||||
|
: user.isEmailConfirmed
|
||||||
? "Upgrade to Notesnook Pro"
|
? "Upgrade to Notesnook Pro"
|
||||||
: "Confirm your email to sync your notes."}
|
: "Confirm your email to sync your notes."}
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Reference in New Issue
Block a user