Merge pull request #3543 from ethereum/matomoHamburger

Matomo bug fix: remove curley brace
pull/3530/head
Liana Husikyan 2 years ago committed by GitHub
commit 9224699eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      libs/remix-ui/workspace/src/lib/components/workspace-hamburger-item.tsx

@ -29,7 +29,7 @@ export function HamburgerMenuItem (props: HamburgerMenuItemProps) {
key={uid + '-fe-ws'}
onClick={() => {
props.actionOnClick()
_paq.push(['trackEvent', 'fileExplorer', 'workspaceMenu', {uid}])
_paq.push(['trackEvent', 'fileExplorer', 'workspaceMenu', uid])
}}
>
<span

Loading…
Cancel
Save