merge: 同步 upstream/main 新功能到定制版本
- feat: Add slider verification code (bd67997) - fix bug: Inventory cannot be zero (1f7a6ee) - fix: resolve merge conflicts and lint errors
This commit is contained in:
@@ -103,7 +103,9 @@ export function UserSubscribeDetail({
|
||||
</span>
|
||||
</li>
|
||||
<li className="flex items-center justify-between">
|
||||
<span className="text-muted-foreground">{t("remainingTraffic")}</span>
|
||||
<span className="text-muted-foreground">
|
||||
{t("remainingTraffic")}
|
||||
</span>
|
||||
<span>
|
||||
{data
|
||||
? totalTraffic === 0
|
||||
|
||||
Reference in New Issue
Block a user