Skip to content

Commit

Permalink
fixup! chore(glean): record menu/submenu id
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Oct 31, 2023
1 parent 9184fa9 commit b06b64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/ui/molecules/submenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const Submenu = ({
}`}
onClick={() =>
gleanClick(
`${MENU.CLICK_SUBMENU}: ${submenuId} -> ${item.url}`
`${MENU.CLICK_SUBMENU}: ${menuEntry.id} -> ${item.url}`
)
}
>
Expand Down

0 comments on commit b06b64c

Please sign in to comment.