remove hacking missions

This commit is contained in:
Olivier Gagnon
2021-10-01 15:26:12 -04:00
parent 0ae8b72188
commit 9cbb525da3
13 changed files with 6 additions and 1763 deletions
+1 -2
View File
@@ -23,8 +23,7 @@ export function Overview({ children }: IProps): React.ReactElement {
const [open, setOpen] = useState(true);
const classes = useStyles();
const router = use.Router();
if (router.page() === Page.BitVerse || router.page() === Page.HackingMission || router.page() === Page.Loading)
return <></>;
if (router.page() === Page.BitVerse || router.page() === Page.Loading) return <></>;
let icon;
if (open) {
icon = <VisibilityOffIcon color="primary" />;