diff --git a/frontend/src/container/GridGraphLayout/Graph/index.tsx b/frontend/src/container/GridGraphLayout/Graph/index.tsx index e9907dcc04..54cba3e8e6 100644 --- a/frontend/src/container/GridGraphLayout/Graph/index.tsx +++ b/frontend/src/container/GridGraphLayout/Graph/index.tsx @@ -246,7 +246,18 @@ function GridCardGraph({ (state.loading === true || state.payload === undefined) && !isEmptyLayout ) { - return ; + return ( + <> + + + + ); } return (