Skip to content

Commit 5d4e195

Browse files
authored
Update src/components/Layout.tsx
1 parent 738146c commit 5d4e195

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
@@ -52,7 +52,6 @@ const Layout: React.FC<IProps> = ({
5252
if (path.includes("/docs/")) {
5353
setShouldShowSideNav(true)
5454
} else {
55-
!path.includes("/docs/")
5655
setShouldShowSideNav(false)
5756
}
5857

0 commit comments

Comments
 (0)