Hide footer during practice

This commit is contained in:
fightme-cmd
2026-07-05 13:01:01 +02:00
parent 44fb800b4b
commit 6805aa5314
+1 -1
View File
@@ -1118,7 +1118,7 @@ export default function App() {
</div>
)}
<FeatureRequestFooter />
{scr !== 'practice' && <FeatureRequestFooter />}
</div>
{chart && <ChartModal section={chartSection} q={q} onClose={()=>setChart(false)}/>}