npm run fmt && npm run lint

This commit is contained in:
Ishan Sourav
2021-12-08 13:40:29 +05:30
parent 059cee441b
commit 913c99cf32
2 changed files with 7 additions and 7 deletions
@@ -97,10 +97,10 @@ const useStyles = makeStyles((theme: Theme) =>
color: theme.palette.grey[500],
},
containerStyle: {
["@media (min-width: 1280px)"]: {
maxWidth: "100%"
}
}
["@media (min-width: 1280px)"]: {
maxWidth: "100%",
},
},
})
)
@@ -45,9 +45,9 @@ const useStyles = makeStyles((theme: Theme) =>
},
containerStyle: {
["@media (min-width: 1280px)"]: {
maxWidth: "100%"
}
}
maxWidth: "100%",
},
},
})
)