diff --git a/src/components/OptionalField.tsx b/src/components/OptionalField.tsx
index c8af9fb..1f7bab0 100644
--- a/src/components/OptionalField.tsx
+++ b/src/components/OptionalField.tsx
@@ -16,7 +16,7 @@
value?: React.ReactNode | null | undefined;
copyable?: boolean | CopyConfig;
unsetKey?: string;
- className?: string
+ className?: string;
}
export function OptionalField({
diff --git a/src/pages/wallets/info/DecryptReveal.tsx b/src/pages/wallets/info/DecryptReveal.tsx
index 61bf343..5f8d7e7 100644
--- a/src/pages/wallets/info/DecryptReveal.tsx
+++ b/src/pages/wallets/info/DecryptReveal.tsx
@@ -85,5 +85,5 @@
: (encrypted
? {revealLink}
: revealLink
- )
+ );
}
diff --git a/src/pages/wallets/info/WalletDescBasicInfo.tsx b/src/pages/wallets/info/WalletDescBasicInfo.tsx
index b84fe3a..15b21f2 100644
--- a/src/pages/wallets/info/WalletDescBasicInfo.tsx
+++ b/src/pages/wallets/info/WalletDescBasicInfo.tsx
@@ -24,6 +24,7 @@
+
{/* Wallet Category */}
@@ -33,14 +34,17 @@
+
{/* Wallet Password */}
-
+
+
{/* Wallet Private Key */}
-
+
+
{/* Wallet Format */}