web: hide subscription provider description on basic plan

This commit is contained in:
Abdullah Atta
2025-04-17 13:03:02 +05:00
parent 944fcf0567
commit e9fcd16fb5

View File

@@ -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>
{isPro && (
<Text sx={{ mt: 2 }} variant="subBody">
{subtitle}. {provider.desc()}
</Text>
)}
<Flex sx={{ gap: 1, mt: 2 }}>
{provider.type === "Web" && (isPro || isProCancelled) ? (
<>