We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b16b989 commit 217689fCopy full SHA for 217689f
1 file changed
src/Layout/PanelSideBarLayout/PanelSideBarLayout.tsx
@@ -30,7 +30,6 @@ export const PanelSideBarLayout = (props: PanelSideBarLayoutProps) => {
30
const toggleSidebar = () => setIsOpen((prev) => !prev);
31
32
const { brand: contextBrand, footer: contextFooter, userDropDownMenu, userDropDownMenuToggle } = usePanelSideBarLayoutContext();
33
- console.log("Test");
34
35
return (
36
<>
0 commit comments