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