Skip to content

Commit

Permalink
Merge pull request Expensify#53462 from Shahidullah-Muffakir/fix/52571
Browse files Browse the repository at this point in the history
Allow Resending Magic Code Without Restarting Add Secondary Contact Flow
  • Loading branch information
yuwenmemon authored Dec 6, 2024
2 parents 1efb69d + 8a03bb4 commit 5f3782b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ValidateCodeActionModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ function ValidateCodeActionModal({
const hide = useCallback(() => {
clearError();
onClose?.();
firstRenderRef.current = true;
}, [onClose, clearError]);

useEffect(() => {
Expand Down

0 comments on commit 5f3782b

Please sign in to comment.