Skip to content

Commit

Permalink
fix: Fix discard actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGT96 committed Jan 10, 2025
1 parent 62484ce commit c99e57a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const SideMenu = () => {

const changeAdminSection = useCallback(
(section: IAdminSection) => {
navigate(`${section}`, { replace: true });
navigate(`${section}`);
},
[navigate]
);
Expand Down

0 comments on commit c99e57a

Please sign in to comment.