Skip to content

Commit

Permalink
fix names events
Browse files Browse the repository at this point in the history
  • Loading branch information
TalBenAvi committed Mar 5, 2024
1 parent 1fbf8db commit df5077c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ const ProvisionsPopup = () => {

const onClose = (event: React.MouseEvent) => {
event.stopPropagation();
gtmEvent("Provisions popup click");
gtmEvent("Provisions_popup_close");
setIsOpenStorage(false);
};

const onReadMore = (event: React.MouseEvent) => {
event.stopPropagation();
gtmEvent("Provisions popup close");
gtmEvent("Provisions_popup_click");
setIsOpenStorage(false);
};

Expand Down

0 comments on commit df5077c

Please sign in to comment.