Skip to content

Commit

Permalink
fix: updated sideNavLayout
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabaj committed Nov 21, 2024
1 parent f92f12e commit 6ef62c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ export const SideNavLayout = ({ children, groupedRoutes, navOpen: navOpenProp })
}
});
}

return () => {
document.removeEventListener('visibilitychange', handleVisibilityChange);
};
Expand Down

0 comments on commit 6ef62c0

Please sign in to comment.