Skip to content

Commit c94faad

Browse files
committed
Abort AccountListItem span if account tab is switched
1 parent 7b74845 commit c94faad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/components/multichain/account-overview/account-overview-tabs.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ export const AccountOverviewTabs = ({
9393
event: getEventFromTabName(tabName),
9494
});
9595
trace({ name: TraceName.AccountOverviewTab });
96+
endTrace({ name: TraceName.AccountListItem });
9697
},
9798
[onTabClick],
9899
);

0 commit comments

Comments
 (0)