mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
fix: remove unused booleans in dash component
This commit is contained in:
parent
3072896164
commit
fdf59f011f
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue