diff --git a/packages/dataviews/src/components/dataviews-view-config/index.tsx b/packages/dataviews/src/components/dataviews-view-config/index.tsx
index f13670f27cdab7..17200b47e9195e 100644
--- a/packages/dataviews/src/components/dataviews-view-config/index.tsx
+++ b/packages/dataviews/src/components/dataviews-view-config/index.tsx
@@ -67,45 +67,52 @@ function ViewTypeMenu( {
}
const activeView = VIEW_LAYOUTS.find( ( v ) => view.type === v.type );
return (
-
- }
- >
- { availableLayouts.map( ( layout ) => {
- const config = VIEW_LAYOUTS.find( ( v ) => v.type === layout );
- if ( ! config ) {
- return null;
+
);
}