Skip to content

Commit

Permalink
Merge pull request minimal-ui-kit#14 from SeaTeam/main-issue
Browse files Browse the repository at this point in the history
fix OpenSidebar issue

Thank! SeaTeam.
  • Loading branch information
minimal-ui-kit authored Feb 24, 2022
2 parents 9627968 + 989f7bc commit 2596d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/dashboard/DashboardSidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default function DashboardSidebar({ isOpenSidebar, onCloseSidebar }) {

return (
<RootStyle>
{!!isDesktop && (
{!isDesktop && (
<Drawer
open={isOpenSidebar}
onClose={onCloseSidebar}
Expand Down

0 comments on commit 2596d7f

Please sign in to comment.