mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-10-22 22:36:13 +08:00
(ui): React key fix
This commit is contained in:
@@ -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]}
|
||||
|
Reference in New Issue
Block a user