From 497f31a54db56b8fc8b1be7b93f0dfbf012b42c1 Mon Sep 17 00:00:00 2001 From: Caleb Taylor Date: Fri, 5 Apr 2024 10:48:48 -0700 Subject: [PATCH] update --- src/components/ActionsPanel/ActionsPanel.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ActionsPanel/ActionsPanel.tsx b/src/components/ActionsPanel/ActionsPanel.tsx index 6045bf9..76cdfef 100644 --- a/src/components/ActionsPanel/ActionsPanel.tsx +++ b/src/components/ActionsPanel/ActionsPanel.tsx @@ -51,6 +51,7 @@ const ActionsPanel = () => { const item = list.find(({ id }) => id === store.layout); return item; }); + // return (