Skip to content

Commit

Permalink
UX: Fix errant global menu event (MetaMask#20781)
Browse files Browse the repository at this point in the history
  • Loading branch information
darkwing authored Sep 11, 2023
1 parent c6d6e5c commit ac810ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/multichain/app-header/app-header.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ export const AppHeader = ({ location }) => {
ariaLabel={t('accountOptions')}
onClick={() => {
trackEvent({
event: MetaMetricsEventName.NavAccountMenuOpened,
event: MetaMetricsEventName.NavMainMenuOpened,
category: MetaMetricsEventCategory.Navigation,
properties: {
location: 'Home',
Expand Down

0 comments on commit ac810ce

Please sign in to comment.