diff --git a/ts/components/leftPane/LeftPaneComposeHelper.tsx b/ts/components/leftPane/LeftPaneComposeHelper.tsx index ef4037057..a89f88389 100644 --- a/ts/components/leftPane/LeftPaneComposeHelper.tsx +++ b/ts/components/leftPane/LeftPaneComposeHelper.tsx @@ -19,7 +19,7 @@ import { missingCaseError } from '../../util/missingCaseError'; export type LeftPaneComposePropsType = { composeContacts: ReadonlyArray; - composeGroups: ReadonlyArray; + composeGroups: ReadonlyArray; regionCode: string; searchTerm: string; };