Remove redundant prop from <MessageDetail> props type

This commit is contained in:
Evan Hahn
2021-06-23 12:00:56 -05:00
committed by GitHub
parent 323eb0688b
commit c1e2757751

View File

@@ -38,7 +38,6 @@ export type Contact = Pick<
isOutgoingKeyError: boolean; isOutgoingKeyError: boolean;
isUnidentifiedDelivery: boolean; isUnidentifiedDelivery: boolean;
unblurredAvatarPath?: string;
errors?: Array<Error>; errors?: Array<Error>;
}; };