add timerange key to array map

pull/513/head
Tim Pechersky 2021-12-22 16:30:14 +00:00
rodzic 3eae3a7222
commit d7d2f68e90
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -157,7 +157,7 @@ const Analytics = () => {
)?.label;
return (
<Flex
key={`${dashboardId}-subscription-report-${key}`}
key={`${dashboardId}-subscription-report-${key}-${timeRange}`}
flexBasis={plotMinW}
flexGrow={1}
minW={plotMinW}