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) && (