Skip to content

Commit

Permalink
Merge branch 'main' into andrew-fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
WoLewicki committed Apr 9, 2024
2 parents 063f3a0 + 61dbbdf commit 444bfaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/NewChatConfirmPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>
</ScreenWrapper>
Expand Down

0 comments on commit 444bfaa

Please sign in to comment.