Skip to content

Commit 738146c

Browse files
committed
Fixes [#10806] added condition to setShouldShowSideNav as false
1 parent 772e894 commit 738146c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ const Layout: React.FC<IProps> = ({
114114
overflow="visible"
115115
width="100%"
116116
flexGrow="1"
117-
//display={{ base: "none", lg: "none" }}
118117
>
119118
{children}
120119
</Flex>

0 commit comments

Comments
 (0)