mirror of
https://github.com/calli-eve/eve-pi.git
synced 2026-02-11 18:28:49 +01:00
Hide summary in compact mode
This commit is contained in:
@@ -84,7 +84,7 @@ export const MainGrid = () => {
|
||||
<CssBaseline />
|
||||
<Box sx={{ flexGrow: 1 }}>
|
||||
<ResponsiveAppBar />
|
||||
<Summary characters={characters} />
|
||||
{compactMode ? <></> : <Summary characters={characters} />}
|
||||
<Grid container spacing={1}>
|
||||
{Object.values(groupByAccount).map((g, id) => (
|
||||
<Grid
|
||||
|
||||
Reference in New Issue
Block a user