diff --git a/src/pages/NewChatConfirmPage.tsx b/src/pages/NewChatConfirmPage.tsx index dfb30bded769..84f8e8630b70 100644 --- a/src/pages/NewChatConfirmPage.tsx +++ b/src/pages/NewChatConfirmPage.tsx @@ -134,7 +134,7 @@ function NewChatConfirmPage({newGroupDraft, allPersonalDetails}: NewChatConfirmP onSelectRow={unselectOption} showConfirmButton={selectedOptions.length > 1} confirmButtonText={translate('newChatPage.startGroup')} - onConfirm={createGroup} + onConfirm={selectedOptions.length > 1 ? createGroup : undefined} shouldHideListOnInitialRender={false} />