mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
Show contact modal on click when reviewing
This commit is contained in:
@@ -346,6 +346,9 @@ export function ContactSpoofingReviewDialog(props: PropsType): JSX.Element {
|
||||
i18n={i18n}
|
||||
theme={theme}
|
||||
oldName={oldName}
|
||||
onClick={() => {
|
||||
showContactModal(conversationInfo.conversation.id);
|
||||
}}
|
||||
isSignalConnection={isSignalConnection}
|
||||
>
|
||||
{button && (
|
||||
|
||||
Reference in New Issue
Block a user