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