Remove redundant prop from <MessageDetail>
props type
This commit is contained in:
@@ -38,7 +38,6 @@ export type Contact = Pick<
|
|||||||
|
|
||||||
isOutgoingKeyError: boolean;
|
isOutgoingKeyError: boolean;
|
||||||
isUnidentifiedDelivery: boolean;
|
isUnidentifiedDelivery: boolean;
|
||||||
unblurredAvatarPath?: string;
|
|
||||||
|
|
||||||
errors?: Array<Error>;
|
errors?: Array<Error>;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user