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