Remove redundant prop from <MessageDetail>
props type
This commit is contained in:
parent
323eb0688b
commit
c1e2757751
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ export type Contact = Pick<
|
|||
|
||||
isOutgoingKeyError: boolean;
|
||||
isUnidentifiedDelivery: boolean;
|
||||
unblurredAvatarPath?: string;
|
||||
|
||||
errors?: Array<Error>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue