add key to StatusWithStatusIndicator component in loop (#6879)

Signed-off-by: Jaga Santagostino <jagasantagostino@gmail.com>
pull/7875/head
Jaga Santagostino 4 years ago committed by GitHub
parent e4cfa742a5
commit 3ebffa7e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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}

Loading…
Cancel
Save