fix: 修复月卡无法编辑次数的问题
This commit is contained in:
@@ -130,7 +130,7 @@ export function getMembershipRenewalHint(
|
||||
if (usable.length > 0) {
|
||||
const lowTimes = usable.filter(
|
||||
(m) =>
|
||||
m.cardType.type === CardTypeCategory.TIMES &&
|
||||
m.cardType.type !== CardTypeCategory.TRIAL &&
|
||||
m.remainingTimes !== null &&
|
||||
m.remainingTimes <= RENEWAL_TIMES_THRESHOLD,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user