Skip to content

Commit

Permalink
fix: remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedAhkam committed Apr 1, 2024
1 parent 6ebc8ac commit 5adbbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/RouterTransition.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ export default function RouterTransition() {
};
}, [router.asPath, router.events]);

return <NavigationProgress initialProgress={50} />;
return <NavigationProgress />;
}

0 comments on commit 5adbbb1

Please sign in to comment.