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;
|
isOutgoingKeyError: boolean;
|
||||||
isUnidentifiedDelivery: boolean;
|
isUnidentifiedDelivery: boolean;
|
||||||
unblurredAvatarPath?: string;
|
|
||||||
|
|
||||||
errors?: Array<Error>;
|
errors?: Array<Error>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue