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 => { - -
+ + ); };