Added location statuses for account data

This commit is contained in:
DwCay
2022-08-23 05:50:59 +03:00
parent 369f0e375c
commit 0a0151d1dd
4 changed files with 46 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ const Profile = observer (() => {
value: '',
seed: String(Math.floor(Math.random() * 90000000000000000000), 10),
};
const [sidebarOpen, setSidebarOpen] = useState(false);
const [buttonPanelOpen, setButtonPanelOpen] = useState(true);
const [removePanelOpen, setRemovePanelOpen] = useState(false);