Diego Tellez
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
frontend/src/components/Common/Sidebar.tsx
|
|
@ -49,7 +49,7 @@ const Sidebar = () => { |
|
|
|
<DrawerBody> |
|
|
|
<Flex flexDir="column" justify="space-between"> |
|
|
|
<Box> |
|
|
|
<SidebarItems /> |
|
|
|
<SidebarItems onClose={() => setOpen(false)} /> |
|
|
|
<Flex |
|
|
|
as="button" |
|
|
|
onClick={() => { |
|
|
|