Skip to content

Commit 21a4f00

Browse files
author
Gianmarco Manni
committed
undo push
1 parent 74db47e commit 21a4f00

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/Layout/PanelSideBarLayout/PanelSideBar/Context/PanelSideBarContext.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export interface PanelSideBarMenuProviderProps<TPanelItem, TMenuItem>
3434
export const PanelSideBarProvider = <TPanelItem, TMenuItem>(props: PanelSideBarMenuProviderProps<TPanelItem, TMenuItem>) => {
3535
const { children, globalItems, LinkRenderer } = props;
3636

37-
console.log("I can push");
3837
const [toggledMenuItemIds, setToggledMenuItemIds] = useState<string[]>([]);
3938

4039
const toggleMenuItem: MenuItemToggleFn<TMenuItem> = (menuItem) => {

0 commit comments

Comments
 (0)