Skip to content

Commit dee4866

Browse files
author
Jakub Holak
committed
Remove extra containers from sidebar
1 parent db55564 commit dee4866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/sidebar/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export const Sidebar: FunctionComponent<SidebarProps> = ({
156156
</Title>
157157
<CloseButton onClick={onClick} {...props} />
158158
</TextRow>
159-
<Row>{children}</Row>
159+
<>{children}</>
160160
</Container>
161161
</SidebarMenu>
162162
);

0 commit comments

Comments
 (0)