removes unused function

This commit is contained in:
mikesealey 2024-04-12 14:33:46 +01:00
parent 6168b80808
commit 1632c9d7a8
1 changed files with 0 additions and 6 deletions

View File

@ -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()