From 356f8c6fd1442df411f2394e0af2e13aa2ec9883 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 12 Jul 2024 13:44:41 -0400 Subject: [PATCH] Solved balance not showing up issue --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 38f6425..7814820 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -655,7 +655,7 @@ function App() { - {balance && ( + {(balance >= 0) && (