diff --git a/src/pages/commonFeed/components/HeaderContent/components/NewStreamButton/NewStreamButton.tsx b/src/pages/commonFeed/components/HeaderContent/components/NewStreamButton/NewStreamButton.tsx index e705ea06f..6d5f63859 100644 --- a/src/pages/commonFeed/components/HeaderContent/components/NewStreamButton/NewStreamButton.tsx +++ b/src/pages/commonFeed/components/HeaderContent/components/NewStreamButton/NewStreamButton.tsx @@ -49,11 +49,11 @@ const NewStreamButton: FC = (props) => { return null; } - if(items.length === 2) { + if (items.length === 2 || (items.length === 1 && items[0].id === CommonAction.NewDiscussion)) { return ( - - + + ) }