Skip to content

Commit

Permalink
fix: run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
HrithikSampson committed Sep 10, 2024
1 parent edfa667 commit d8bffef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modals/SanctionedModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const SanctionModal: React.FC<SanctionModalProps> = ({ closeModal }) => {
closeModal();
setIsRedirecting(false);
};
if(isRedirecting) {
if (isRedirecting) {
router.events.on('routeChangeComplete', handleRouteChangeComplete);
}
return () => {
Expand Down

0 comments on commit d8bffef

Please sign in to comment.