feat: remove unused code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user