Commit b1a28be
authored
fix(perf): Add missing key prop in SampleInfo Block component (#68216)
the `time_spent_percentage` percentage block did not have a `key` prop,
resulting in a console error message from React:
1 parent 823a92b commit b1a28be
File tree
1 file changed
+1
-1
lines changed- static/app/views/starfish/views/spanSummaryPage/sampleList/sampleInfo
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments