add key to StatusWithStatusIndicator component in loop (#6879)

Signed-off-by: Jaga Santagostino <jagasantagostino@gmail.com>
This commit is contained in:
Jaga Santagostino 2020-08-31 16:47:35 +02:00 committed by GitHub
parent e4cfa742a5
commit 3ebffa7e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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