Skip to content

Commit

Permalink
comment removed
Browse files Browse the repository at this point in the history
  • Loading branch information
priyanshuverma-dev committed Nov 9, 2024
1 parent 695b565 commit 0e0ce07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/lib/custom-switch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const CustomSwitch = ({ children }: { children: React.ReactNode }) => {
setProgress(true);
if (location.pathname === prevLoc) {
setPrevLoc("");
//thanks to ankit sahu
}
}, [location]);

Expand Down

0 comments on commit 0e0ce07

Please sign in to comment.