Fix broken Pending Invites screen

This commit is contained in:
Scott Nonnenberg
2021-11-10 15:01:06 -08:00
committed by GitHub
parent d2592de366
commit 6445a01f2a
3 changed files with 4 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ import { ConversationDetailsIcon, IconType } from './ConversationDetailsIcon';
export type PropsType = {
readonly conversation?: ConversationType;
readonly i18n: LocalizerType;
readonly ourUuid?: UUIDStringType;
readonly ourUuid: UUIDStringType;
readonly pendingApprovalMemberships: ReadonlyArray<GroupV2RequestingMembership>;
readonly pendingMemberships: ReadonlyArray<GroupV2PendingMembership>;
readonly approvePendingMembership: (conversationId: string) => void;