From 3ebffa7e2003db9d5b2f43ceeae2d8e692798d02 Mon Sep 17 00:00:00 2001 From: Jaga Santagostino Date: Mon, 31 Aug 2020 16:47:35 +0200 Subject: [PATCH] add key to StatusWithStatusIndicator component in loop (#6879) Signed-off-by: Jaga Santagostino --- web/ui/react-app/src/pages/status/Status.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/ui/react-app/src/pages/status/Status.tsx b/web/ui/react-app/src/pages/status/Status.tsx index b2c06cd4d..94ff7272d 100644 --- a/web/ui/react-app/src/pages/status/Status.tsx +++ b/web/ui/react-app/src/pages/status/Status.tsx @@ -97,6 +97,7 @@ const Status: FC = ({ pathPrefix = '' }) const { response, isLoading, error } = fetchResult; return (