feat: remove unused code

This commit is contained in:
caturbgs
2021-12-09 23:29:40 +07:00
parent 9c87efc3d2
commit 56252bbd53
3 changed files with 1 additions and 13 deletions

View File

@@ -88,7 +88,6 @@ export const DesktopLayout = observer(() => {
width={"50%"}
onClose={() => {
store.ui.toggleLeftDrawerIsShown()
console.log("clicked");
}}
visible={store.ui.leftDrawerIsShown}
key={"dashboard-drawer"}
@@ -211,7 +210,6 @@ export const DesktopLayout = observer(() => {
}
onClick={() => {
store.ui.toggleLeftDrawerIsShown();
console.log("apa")
}}
/>
<div