Skip to content

Commit

Permalink
Add missing useCallback dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
backkjon committed Jan 25, 2024
1 parent ca86db2 commit e9db593
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const DeleteSignup = () => {
isLoading: false,
});
}
}, [deleteSignup, event, navigate, paths, setSubmitting]);
}, [deleteSignup, event, navigate, paths, setSubmitting, t]);

return (
<div className="ilmo--delete-container">
Expand Down

0 comments on commit e9db593

Please sign in to comment.