From 8e8c8ed3ab583cf8b746df5dfbae75ddb144ae5f Mon Sep 17 00:00:00 2001 From: "chantal.kelm" Date: Wed, 22 May 2024 12:10:16 -0300 Subject: [PATCH] fix invalid prop children of type array supplied to I18nProvider --- .../public/components/overview/mitre/framework/mitre.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/main/public/components/overview/mitre/framework/mitre.tsx b/plugins/main/public/components/overview/mitre/framework/mitre.tsx index d4b6899a6c..8581611100 100644 --- a/plugins/main/public/components/overview/mitre/framework/mitre.tsx +++ b/plugins/main/public/components/overview/mitre/framework/mitre.tsx @@ -155,8 +155,8 @@ const MitreComponent = props => { }; return ( -
- + + <> {isDataSourceLoading && !dataSource ? ( @@ -211,8 +211,8 @@ const MitreComponent = props => { - -
+ + ); };