mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
web: hide subscription provider description on basic plan
This commit is contained in:
@@ -127,9 +127,11 @@ export function SubscriptionStatus() {
|
||||
notebooks & tags.`
|
||||
: "Access only to basic features including unlimited notes & end-to-end encrypted syncing to unlimited devices."}
|
||||
</Text>
|
||||
<Text sx={{ mt: 2 }} variant="subBody">
|
||||
{subtitle}. {provider.desc()}
|
||||
</Text>
|
||||
{isPro && (
|
||||
<Text sx={{ mt: 2 }} variant="subBody">
|
||||
{subtitle}. {provider.desc()}
|
||||
</Text>
|
||||
)}
|
||||
<Flex sx={{ gap: 1, mt: 2 }}>
|
||||
{provider.type === "Web" && (isPro || isProCancelled) ? (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user