mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-16 19:57:52 +01:00
web: consider canceled Pro subscription as Pro
This commit is contained in:
@@ -111,7 +111,7 @@ export function UserProfile() {
|
|||||||
color: "primary"
|
color: "primary"
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{remainingDays > 0 && isPro
|
{remainingDays > 0 && (isPro || isProCancelled)
|
||||||
? `PRO`
|
? `PRO`
|
||||||
: remainingDays > 0 && isTrial
|
: remainingDays > 0 && isTrial
|
||||||
? "TRIAL"
|
? "TRIAL"
|
||||||
|
|||||||
Reference in New Issue
Block a user