mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 06:47:02 +08:00
fix(core): beliver plan should not show cancel subscription (#7576)
fix AF-1097
This commit is contained in:
@@ -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[
|
||||
|
||||
Reference in New Issue
Block a user