fix(core): beliver plan should not show cancel subscription (#7576)

fix AF-1097
This commit is contained in:
CatsJuice
2024-07-23 10:54:22 +00:00
parent dddbfe6473
commit b0ad36425d

View File

@@ -221,7 +221,8 @@ const SubscriptionSettings = () => {
})}
/>
)}
{proSubscription.end && proSubscription.canceledAt ? (
{isBeliever ? null : proSubscription.end &&
proSubscription.canceledAt ? (
<SettingRow
name={t['com.affine.payment.billing-setting.expiration-date']()}
desc={t[