diff options
| author | Wolfboy248 <121288977+Wolfboy248@users.noreply.github.com> | 2024-07-13 00:15:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-13 01:15:58 +0300 |
| commit | 83d2243c65bf5fce5c75ef3753595d38f4d545d5 (patch) | |
| tree | 9373c05bbf60c8b63688056dc51feb6823c2e313 /frontend/src/components/sidebar.js | |
| parent | fix: empty country code on new account (#187) (diff) | |
| download | lphub-83d2243c65bf5fce5c75ef3753595d38f4d545d5.tar.gz lphub-83d2243c65bf5fce5c75ef3753595d38f4d545d5.tar.bz2 lphub-83d2243c65bf5fce5c75ef3753595d38f4d545d5.zip | |
feat: fixes, styles, partial homepage implementation and maplist header loader (#188)
Diffstat (limited to 'frontend/src/components/sidebar.js')
| -rw-r--r-- | frontend/src/components/sidebar.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/components/sidebar.js b/frontend/src/components/sidebar.js index 08e9c6e..1ca17e6 100644 --- a/frontend/src/components/sidebar.js +++ b/frontend/src/components/sidebar.js | |||
| @@ -46,7 +46,6 @@ const [sidebar, setSidebar] = React.useState(); | |||
| 46 | // Clicked buttons | 46 | // Clicked buttons |
| 47 | function SidebarClick(x){ | 47 | function SidebarClick(x){ |
| 48 | const btn = document.querySelectorAll("button.sidebar-button"); | 48 | const btn = document.querySelectorAll("button.sidebar-button"); |
| 49 | console.log(x) | ||
| 50 | 49 | ||
| 51 | if(sidebar===1){setSidebar(0);SidebarHide()} | 50 | if(sidebar===1){setSidebar(0);SidebarHide()} |
| 52 | 51 | ||