mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-10-23 06:46:11 +08:00
(ui): React key fix
This commit is contained in:
@@ -76,6 +76,7 @@ function QueueSizeMetricsChart(props: Props) {
|
|||||||
<Legend />
|
<Legend />
|
||||||
{keys.map((key, idx) => (
|
{keys.map((key, idx) => (
|
||||||
<Line
|
<Line
|
||||||
|
key={key}
|
||||||
type="monotone"
|
type="monotone"
|
||||||
dataKey={key}
|
dataKey={key}
|
||||||
stroke={lineColors[idx % lineColors.length]}
|
stroke={lineColors[idx % lineColors.length]}
|
||||||
|
Reference in New Issue
Block a user