Skip to content

Commit

Permalink
[APM] Closes #32626 by setting a unique key on the HeightRetainer ele…
Browse files Browse the repository at this point in the history
…ment per transaction. (#33473) (#33541)
  • Loading branch information
ogupte authored Mar 20, 2019
1 parent 756ed65 commit f8fb3eb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ export function TransactionTabs({
const agentName = transaction.agent.name;

return (
<HeightRetainer>
<HeightRetainer
key={`${transaction.trace.id}:${transaction.transaction.id}`}
>
<EuiTabs>
{tabs.map(({ key, label }) => {
return (
Expand Down

0 comments on commit f8fb3eb

Please sign in to comment.