From 6805aa5314755be5b6be3798fba47873bd83f81b Mon Sep 17 00:00:00 2001
From: fightme-cmd <80396935+fightme-cmd@users.noreply.github.com>
Date: Sun, 5 Jul 2026 13:01:01 +0200
Subject: [PATCH] Hide footer during practice
---
src/App.jsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/App.jsx b/src/App.jsx
index 7134436..2177db8 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -1118,7 +1118,7 @@ export default function App() {
)}
-
+ {scr !== 'practice' && }
{chart && setChart(false)}/>}