Hide footer during practice
This commit is contained in:
+1
-1
@@ -1118,7 +1118,7 @@ export default function App() {
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<FeatureRequestFooter />
|
{scr !== 'practice' && <FeatureRequestFooter />}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{chart && <ChartModal section={chartSection} q={q} onClose={()=>setChart(false)}/>}
|
{chart && <ChartModal section={chartSection} q={q} onClose={()=>setChart(false)}/>}
|
||||||
|
|||||||
Reference in New Issue
Block a user