Skip to content

Commit eb90d5c

Browse files
committed
Remove useless comments
1 parent de29c77 commit eb90d5c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/components/Header/HeaderView.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ const Header = ({ classes, isSidebarOpened, toggleSidebar, ...props }) => (
210210
))}
211211
<Fab
212212
variant="extended"
213-
// size="large"
214213
color="primary"
215214
aria-label="Add"
216215
className={classes.sendMessageButton}

src/pages/dashboard/Dashboard.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,6 @@ const Dashboard = ({ classes, theme, ...props }) => {
339339
classes={{ input: classes.mainChartSelect }}
340340
/>
341341
}
342-
// classes={{ root: classes.mainChartSelect }}
343342
autoWidth
344343
>
345344
<MenuItem value="daily">Daily</MenuItem>
@@ -354,7 +353,6 @@ const Dashboard = ({ classes, theme, ...props }) => {
354353
margin={{ top: 0, right: -15, left: -15, bottom: 0 }}
355354
data={mainChartData}
356355
>
357-
{/* <CartesianGrid /> */}
358356
<YAxis
359357
ticks={[0, 2500, 5000, 7500]}
360358
tick={{ fill: theme.palette.text.hint, fontSize: 14 }}

0 commit comments

Comments
 (0)