mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +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}
|
i18n={i18n}
|
||||||
theme={theme}
|
theme={theme}
|
||||||
oldName={oldName}
|
oldName={oldName}
|
||||||
|
onClick={() => {
|
||||||
|
showContactModal(conversationInfo.conversation.id);
|
||||||
|
}}
|
||||||
isSignalConnection={isSignalConnection}
|
isSignalConnection={isSignalConnection}
|
||||||
>
|
>
|
||||||
{button && (
|
{button && (
|
||||||
|
|||||||
Reference in New Issue
Block a user