diff --git a/x-pack/plugins/streams_app/public/components/stream_detail_management/index.tsx b/x-pack/plugins/streams_app/public/components/stream_detail_management/index.tsx index 1e66490bca3c9..4f3d207c91789 100644 --- a/x-pack/plugins/streams_app/public/components/stream_detail_management/index.tsx +++ b/x-pack/plugins/streams_app/public/components/stream_detail_management/index.tsx @@ -80,7 +80,7 @@ export function StreamDetailManagement({ ); } - if (!definition?.managed) { + if (definition && !definition.managed) { return (