We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f055524 commit f67226eCopy full SHA for f67226e
src/script/page/LeftSidebar/panels/Conversations/ConversationHeader/ConversationHeader.tsx
@@ -105,7 +105,7 @@ export const ConversationHeaderComponent = ({
105
}, [searchInputRef, jumpToRecentSearch]);
106
107
const showCreateConversationModal = () => {
108
- if (isChannelsEnabled && (canCreateChannels || !selfUser.teamId)) {
+ if (isChannelsEnabled && canCreateChannels) {
109
showModal();
110
} else {
111
amplify.publish(WebAppEvents.CONVERSATION.CREATE_GROUP, 'conversation_details');
0 commit comments