mirror of
https://github.com/Buriburizaem0n/nezha-dash-v1.git
synced 2026-02-07 22:19:37 +00:00
fix: isNeverExpire hide RemainPercentBar
This commit is contained in:
@@ -47,7 +47,7 @@ export default function BillingInfo({ parsedData }: { parsedData: PublicNoteData
|
|||||||
<div className={cn("text-[10px] text-muted-foreground")}>
|
<div className={cn("text-[10px] text-muted-foreground")}>
|
||||||
{t("billingInfo.remaining")}: {isNeverExpire ? t("billingInfo.indefinite") : daysLeftObject.days + " " + t("billingInfo.days")}
|
{t("billingInfo.remaining")}: {isNeverExpire ? t("billingInfo.indefinite") : daysLeftObject.days + " " + t("billingInfo.days")}
|
||||||
</div>
|
</div>
|
||||||
<RemainPercentBar className="mt-0.5" value={daysLeftObject.remainingPercentage * 100} />
|
{!isNeverExpire && <RemainPercentBar className="mt-0.5" value={daysLeftObject.remainingPercentage * 100} />}
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user