Skip to content

Commit

Permalink
verify the actual contents of the properties
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistevam committed Jul 30, 2024
1 parent 32298a7 commit 07e9778
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export function useConfirmationAlertMetrics() {
return;
}
updateTransactionEventFragment({ properties }, ownerId);
}, [properties, updateTransactionEventFragment, ownerId]);
}, [JSON.stringify(properties), updateTransactionEventFragment, ownerId]);

useEffect(() => {
updateAlertMetrics();
Expand Down

0 comments on commit 07e9778

Please sign in to comment.