mirror of
https://github.com/prometheus/prometheus
synced 2026-04-21 23:21:44 +08:00
add key to StatusWithStatusIndicator component in loop (#6879)
Signed-off-by: Jaga Santagostino <jagasantagostino@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e4cfa742a5
commit
3ebffa7e20
@@ -97,6 +97,7 @@ const Status: FC<RouteComponentProps & PathPrefixProps> = ({ pathPrefix = '' })
|
||||
const { response, isLoading, error } = fetchResult;
|
||||
return (
|
||||
<StatusWithStatusIndicator
|
||||
key={title}
|
||||
data={response.data}
|
||||
title={title}
|
||||
isLoading={isLoading}
|
||||
|
||||
Reference in New Issue
Block a user