fix: remove unused booleans in dash component

This commit is contained in:
Spectralitree 2021-12-31 16:21:56 +01:00
parent 3072896164
commit fdf59f011f

View File

@ -11,9 +11,6 @@
let isPublic = false;
let group = true;
let member = false;
// get the state from the navigator so that we know which tab to start on
let location = useLocation();
let params = $location.search && new URLSearchParams($location.search);