瀏覽代碼

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}>


Loading…
取消
儲存