Skip to content

Commit

Permalink
Abort AccountListItem span if account tab is switched
Browse files Browse the repository at this point in the history
  • Loading branch information
MajorLift committed Oct 24, 2024
1 parent 7b74845 commit c94faad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ export const AccountOverviewTabs = ({
event: getEventFromTabName(tabName),
});
trace({ name: TraceName.AccountOverviewTab });
endTrace({ name: TraceName.AccountListItem });
},
[onTabClick],
);
Expand Down

0 comments on commit c94faad

Please sign in to comment.