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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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