Merge branch 'master' into fix_vm_mode

pull/5370/head
Aniket 2 years ago committed by GitHub
commit fc6bfda317
  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