Skip to content

Commit

Permalink
Fix LeftPaneComposeHelper type
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal committed Oct 22, 2021
1 parent 099bafe commit 5437381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/components/leftPane/LeftPaneComposeHelper.tsx
Expand Up @@ -19,7 +19,7 @@ import { missingCaseError } from '../../util/missingCaseError';

export type LeftPaneComposePropsType = {
composeContacts: ReadonlyArray<ContactListItemPropsType>;
composeGroups: ReadonlyArray<ContactListItemPropsType>;
composeGroups: ReadonlyArray<ConversationListItemPropsType>;
regionCode: string;
searchTerm: string;
};
Expand Down

0 comments on commit 5437381

Please sign in to comment.