diff --git a/src/plugins/inspector/public/views/requests/components/details/clusters_view/__snapshots__/clusters_view.test.tsx.snap b/src/plugins/inspector/public/views/requests/components/details/clusters_view/__snapshots__/clusters_view.test.tsx.snap index 4d4b46507925..0186e1c71343 100644 --- a/src/plugins/inspector/public/views/requests/components/details/clusters_view/__snapshots__/clusters_view.test.tsx.snap +++ b/src/plugins/inspector/public/views/requests/components/details/clusters_view/__snapshots__/clusters_view.test.tsx.snap @@ -73,25 +73,6 @@ exports[`render should render local cluster details from _shards 1`] = ` - { return this.props.request.response?.json ? ( <> - + {Object.keys(clusters).length > 1 ? : null} ) : null;