Merge branch 'master' into fix_vm_mode

pull/3530/head
Aniket 2 years ago committed by GitHub
commit 20570c136d
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