(ui): React key fix

This commit is contained in:
Ken Hibino
2021-12-04 20:16:21 -08:00
parent 8d3518f0bf
commit d9dca15ae1

View File

@@ -76,6 +76,7 @@ function QueueSizeMetricsChart(props: Props) {
<Legend />
{keys.map((key, idx) => (
<Line
key={key}
type="monotone"
dataKey={key}
stroke={lineColors[idx % lineColors.length]}