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;
|
||||
return (
|
||||
<StatusWithStatusIndicator
|
||||
key={title}
|
||||
data={response.data}
|
||||
title={title}
|
||||
isLoading={isLoading}
|
||||
|
|
Loading…
Reference in New Issue