mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
DeliveryIssueDialog: Add learn more button linking to support
This commit is contained in:
@@ -54,7 +54,7 @@ export const SafetyNumberChangeDialog = ({
|
||||
|
||||
if (selectedContact) {
|
||||
return (
|
||||
<Modal i18n={i18n}>
|
||||
<Modal i18n={i18n} onClose={onClose}>
|
||||
{renderSafetyNumber({ contactID: selectedContact.id, onClose })}
|
||||
</Modal>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user