fix hacking mission looking for a container

This commit is contained in:
Olivier Gagnon
2021-09-17 02:07:08 -04:00
parent ff726afcd6
commit 92ec4785a9
5 changed files with 24 additions and 28 deletions
+1 -4
View File
@@ -101,10 +101,7 @@ const useStyles = makeStyles((theme: Theme) =>
active: {
borderLeft: "3px solid " + colors.primary,
},
listitem: {
paddingTop: theme.spacing(0.1),
paddingBottom: theme.spacing(0.1),
},
listitem: {},
}),
);