fix: remove unused booleans in dash component
This commit is contained in:
parent
3072896164
commit
fdf59f011f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user