mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
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