Skip to content

Commit

Permalink
fix: dependency array fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritish Budhiraja committed Apr 4, 2024
1 parent a7f5ca0 commit d866bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hooks/UtilityHooks.res
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ let useHandlePostMessages = (~complete, ~empty, ~paymentType, ~savedMethod=false
setIsPayNowButtonDisable(_ => !isCompletelyFilled)
Utils.handlePostMessageEvents(~complete, ~empty, ~paymentType, ~loggerState, ~savedMethod)
None
}, (complete, empty))
}, (complete, empty, paymentType))
}

0 comments on commit d866bd9

Please sign in to comment.