Hide summary in compact mode
This commit is contained in:
@@ -84,7 +84,7 @@ export const MainGrid = () => {
|
|||||||
<CssBaseline />
|
<CssBaseline />
|
||||||
<Box sx={{ flexGrow: 1 }}>
|
<Box sx={{ flexGrow: 1 }}>
|
||||||
<ResponsiveAppBar />
|
<ResponsiveAppBar />
|
||||||
<Summary characters={characters} />
|
{compactMode ? <></> : <Summary characters={characters} />}
|
||||||
<Grid container spacing={1}>
|
<Grid container spacing={1}>
|
||||||
{Object.values(groupByAccount).map((g, id) => (
|
{Object.values(groupByAccount).map((g, id) => (
|
||||||
<Grid
|
<Grid
|
||||||
|
Reference in New Issue
Block a user