Skip to content

Commit

Permalink
Fix array dependency of confirmLeaveCallback
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoumpierre committed Oct 4, 2024
1 parent 2945eb4 commit 1a7d3e1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ const FraudProtectionAdvancedSettingsPage: React.FC = () => {

useEffect( confirmLeaveCallback, [
confirmLeaveCallback,
protectionSettingsUI,
advancedFraudProtectionSettings,
] );

Expand Down

0 comments on commit 1a7d3e1

Please sign in to comment.