Skip to content

Commit

Permalink
typo of snowplow action name
Browse files Browse the repository at this point in the history
  • Loading branch information
yzlucas committed Dec 14, 2024
1 parent 25f9b88 commit 8aefcbd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ export class PublicIncidentPageComponent implements OnInit {
} else if (event?.tab?.textLabel === 'Gallery') {
actionName = 'incident_details_gallery_click';
} else if (event?.tab?.textLabel === 'Maps') {
actionName = 'incident_ details_maps_click';
actionName = 'incident_details_maps_click';
}
this.snowPlowHelper(url, {
action: actionName,
Expand Down

0 comments on commit 8aefcbd

Please sign in to comment.