🚑 Fix Error with latest Dashdot changes (#725)

This commit is contained in:
Mauz
2023-02-22 22:04:09 +01:00
committed by GitHub
parent f56f4b33ce
commit fddcfb3f06
4 changed files with 47 additions and 14 deletions

View File

@@ -188,7 +188,7 @@ function DashDotTile({ widget }: DashDotTileProps) {
{graphsOrder
.filter((g) => g.subValues.enabled)
.map((g) => (
<Grid.Col span={Math.min(columns, g.subValues.span)}>
<Grid.Col key={g.key} span={Math.min(columns, g.subValues.span)}>
<DashDotGraph
dashDotUrl={dashDotUrl}
info={info}