🐛 Close sidebar drawer on user selection (#1515)
This commit is contained in:
@@ -49,7 +49,7 @@ const Sidebar = () => {
|
||||
<DrawerBody>
|
||||
<Flex flexDir="column" justify="space-between">
|
||||
<Box>
|
||||
<SidebarItems />
|
||||
<SidebarItems onClose={() => setOpen(false)} />
|
||||
<Flex
|
||||
as="button"
|
||||
onClick={() => {
|
||||
|
Reference in New Issue
Block a user