Skip to content

Commit

Permalink
Fix eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksei-nmc committed Mar 21, 2024
1 parent ec85851 commit a70de69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tracking.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ window.addEventListener('load', function() {
const navigation = event.target.closest('[id]')
if (navigation) {
utag.view({
wt_link_id: `link.${navigation.attributes['id'].value}`,
wt_link_id: `link.${navigation.attributes.id.value}`,
page_content_id: 'header.right',
page_type: 'header',
})
Expand Down

0 comments on commit a70de69

Please sign in to comment.