diff --git a/frontend/src/Editor/LeftSidebar/SidebarDebugger.jsx b/frontend/src/Editor/LeftSidebar/SidebarDebugger.jsx index 936be152b9..8c6cc07c06 100644 --- a/frontend/src/Editor/LeftSidebar/SidebarDebugger.jsx +++ b/frontend/src/Editor/LeftSidebar/SidebarDebugger.jsx @@ -130,6 +130,7 @@ export const LeftSidebarDebugger = ({ darkMode, errors }) => { )} { +export const SidebarPinnedButton = ({ state, component, updateState, darkMode }) => { const tooltipMsg = state ? `Unpin ${component}` : `Pin ${component}`; + return (
- +