Skip to content

Commit

Permalink
fix closed right drawer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Tilsch committed Feb 12, 2024
1 parent 62f242c commit 469a350
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const SearchbarWithFloatingButton = ({
drawerWidth={rightDrawerWidth}
handleClose={toggleRightDrawer}
>
{children}
{rightDrawerOpened && children}
</Searchbar>
</>
);
Expand Down

0 comments on commit 469a350

Please sign in to comment.