Skip to content

Commit

Permalink
No snow for you my friend
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarnakken committed Feb 6, 2022
1 parent 2366ac4 commit 279c151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Dashboard/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ export class DashboardGrid extends Component {

return (
<div className={classes.root}>
{Array(50)
{/* {Array(50)
.fill()
.map(i => (
<div key={i} className="snowflake" />
))}
))} */}
<Grid
container
justify="center"
Expand Down

0 comments on commit 279c151

Please sign in to comment.