removes unused function
This commit is contained in:
parent
6168b80808
commit
1632c9d7a8
|
@ -47,12 +47,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const handleSidePanelOpen = async () => {
|
|
||||||
if (sidePanelOpen) {
|
|
||||||
await sidePanelOpen()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
const handleSidePanelClose = async () => {
|
const handleSidePanelClose = async () => {
|
||||||
if (sidePanelClose) {
|
if (sidePanelClose) {
|
||||||
await sidePanelClose()
|
await sidePanelClose()
|
||||||
|
|
Loading…
Reference in New Issue