diff --git a/src/app/components/Summary/Summary.tsx b/src/app/components/Summary/Summary.tsx index efddbca1..c543cee8 100644 --- a/src/app/components/Summary/Summary.tsx +++ b/src/app/components/Summary/Summary.tsx @@ -39,24 +39,13 @@ export const Summary: React.FC = ({
-

Stakable Balance

- - {typeof btcWalletBalanceSat === "number" ? ( -

- {maxDecimals(satoshiToBtc(btcWalletBalanceSat), 8)} {coinName} -

- ) : ( - - )} -
-
+

Stakable Balance

@@ -65,6 +54,16 @@ export const Summary: React.FC = ({ className="tooltip-wrap" />
+
+ + {typeof btcWalletBalanceSat === "number" ? ( +

+ {maxDecimals(satoshiToBtc(btcWalletBalanceSat), 8)} {coinName} +

+ ) : ( + + )} +
{!onMainnet && (