Skip to content

Commit

Permalink
feat: naming
Browse files Browse the repository at this point in the history
  • Loading branch information
braianj committed May 21, 2024
1 parent 3d3116f commit 2d25e73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/UserMenu/UserMenu.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export enum UserMenuEventId {
SIGN_IN = 'sign_in',
SIGN_OUT = 'sign_out',
GUEST = 'guest',
MARKETPLACE_AUTHORIZATION = 'marketplace_authorization',
MARKETPLACE_AUTHORIZATIONS = 'marketplace_authorizations',
JUMP_IN = 'jump_in',
BALANCE = 'balance'
}
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const UserMenuSignedIn = (props: UserMenuSignedInProps) => {
(event: React.MouseEvent<HTMLElement, MouseEvent>) => {
onClickUserMenuItem &&
onClickUserMenuItem(event, {
eventTrackingName: UserMenuEventId.MARKETPLACE_AUTHORIZATION,
eventTrackingName: UserMenuEventId.MARKETPLACE_AUTHORIZATIONS,
trackingId,
url: config.get('MARKETPLACE_SETTINGS_URL')
})
Expand Down

0 comments on commit 2d25e73

Please sign in to comment.