code cleanup

This commit is contained in:
canove
2020-09-30 19:29:21 -03:00
parent 8699504eb9
commit e534b84abd

View File

@@ -70,13 +70,6 @@ const useStyles = makeStyles(theme => ({
alignItems: "center",
justifyContent: "center",
},
listSection: {
backgroundColor: "inherit",
},
ul: {
backgroundColor: "white",
// padding: 0,
},
}));
const reducer = (state, action) => {