From 39b1f30141475c5dfe6c2acfd0746e604dc24536 Mon Sep 17 00:00:00 2001
From: dgqyushen <2446682260@qq.com>
Date: Thu, 27 Apr 2023 19:23:26 +0800
Subject: [PATCH] delete recharge section
---
app/components/settings.tsx | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/app/components/settings.tsx b/app/components/settings.tsx
index 3ed888b23..0e9c7242f 100644
--- a/app/components/settings.tsx
+++ b/app/components/settings.tsx
@@ -511,21 +511,21 @@ export function Settings() {
)}
-
- {/* {!showUsage || loadingUsage ? (
+ {!showUsage || loadingUsage ? (
) : (
- )} */}
+ )}
}
text={Locale.Settings.ReCharge.Text}
onClick={reCharge}
/>
-
+ */}