Skip to content

Commit

Permalink
updated event name for site cell component
Browse files Browse the repository at this point in the history
  • Loading branch information
NidhiKJha committed Oct 21, 2024
1 parent 15962f7 commit 26e448d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const SiteCell: React.FC<SiteCellProps> = ({
setShowEditAccountsModal(true);
trackEvent({
category: MetaMetricsEventCategory.Navigation,
event: MetaMetricsEventName.TokenImportButtonClicked,
event: MetaMetricsEventName.ViewPermissionedAccounts,
properties: {
location: 'Connect view, Permissions toast, Permissions (dapp)',
},
Expand Down Expand Up @@ -133,7 +133,7 @@ export const SiteCell: React.FC<SiteCellProps> = ({
setShowEditNetworksModal(true);
trackEvent({
category: MetaMetricsEventCategory.Navigation,
event: MetaMetricsEventName.TokenImportButtonClicked,
event: MetaMetricsEventName.ViewPermissionedNetworks,
properties: {
location: 'Connect view, Permissions toast, Permissions (dapp)',
},
Expand Down

0 comments on commit 26e448d

Please sign in to comment.