From fede9b0bd7d9123371723081a74cc332fd9fe10a Mon Sep 17 00:00:00 2001 From: hamster1963 <1410514192@qq.com> Date: Tue, 24 Dec 2024 15:02:41 +0800 Subject: [PATCH] fix: isNeverExpire hide RemainPercentBar --- src/components/billingInfo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/billingInfo.tsx b/src/components/billingInfo.tsx index e796f50..934cbd5 100644 --- a/src/components/billingInfo.tsx +++ b/src/components/billingInfo.tsx @@ -47,7 +47,7 @@ export default function BillingInfo({ parsedData }: { parsedData: PublicNoteData
{t("billingInfo.remaining")}: {isNeverExpire ? t("billingInfo.indefinite") : daysLeftObject.days + " " + t("billingInfo.days")}
- + {!isNeverExpire && } ) : ( <>