Skip to content

Commit 05bebff

Browse files
authored
🐛 Close sidebar drawer on user selection (#1515)
1 parent 6efd3ba commit 05bebff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Common/Sidebar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const Sidebar = () => {
4949
<DrawerBody>
5050
<Flex flexDir="column" justify="space-between">
5151
<Box>
52-
<SidebarItems />
52+
<SidebarItems onClose={() => setOpen(false)} />
5353
<Flex
5454
as="button"
5555
onClick={() => {

0 commit comments

Comments
 (0)