ソースを参照

dashboard

MergeProblem1
CANCERYS\kw093 1週間前
コミット
4b1ed59261
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      src/components/DashboardPage/DashboardPage.tsx

+ 2
- 2
src/components/DashboardPage/DashboardPage.tsx ファイルの表示

@@ -75,7 +75,7 @@ const DashboardPage: React.FC<Props> = ({
<ThemeProvider theme={theme}>
<Grid container spacing={2}>
<Grid item xs={12}>\
{/*
<Card>
<CardHeader />
<Box sx={{ borderBottom: 1, borderColor: 'divider' }}>
@@ -124,7 +124,7 @@ const DashboardPage: React.FC<Props> = ({
</TabPanel>
</CardContent>
</Card>
*/}
</Grid>
{/* Hidden: Progress chart - not in use currently */}
{/* <Grid item xs={12}>


読み込み中…
キャンセル
保存