mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
add key to StatusWithStatusIndicator component in loop (#6879)
Signed-off-by: Jaga Santagostino <jagasantagostino@gmail.com>
This commit is contained in:
parent
e4cfa742a5
commit
3ebffa7e20
|
@ -97,6 +97,7 @@ const Status: FC<RouteComponentProps & PathPrefixProps> = ({ pathPrefix = '' })
|
||||||
const { response, isLoading, error } = fetchResult;
|
const { response, isLoading, error } = fetchResult;
|
||||||
return (
|
return (
|
||||||
<StatusWithStatusIndicator
|
<StatusWithStatusIndicator
|
||||||
|
key={title}
|
||||||
data={response.data}
|
data={response.data}
|
||||||
title={title}
|
title={title}
|
||||||
isLoading={isLoading}
|
isLoading={isLoading}
|
||||||
|
|
Loading…
Reference in a new issue