diff --git a/nym-wallet/src/components/ClientAddress.tsx b/nym-wallet/src/components/ClientAddress.tsx index 14298b0349..9e7eeee5a0 100644 --- a/nym-wallet/src/components/ClientAddress.tsx +++ b/nym-wallet/src/components/ClientAddress.tsx @@ -44,7 +44,7 @@ export const ClientAddressDisplay: FC )} - + {showEntireAddress ? address || '' : splice(6, address)} diff --git a/nym-wallet/src/components/Mnemonic.tsx b/nym-wallet/src/components/Mnemonic.tsx index d445172e9a..fce87e38f1 100644 --- a/nym-wallet/src/components/Mnemonic.tsx +++ b/nym-wallet/src/components/Mnemonic.tsx @@ -2,6 +2,7 @@ import React from 'react'; import { Button, Stack, TextField, Typography } from '@mui/material'; import { Check, ContentCopySharp } from '@mui/icons-material'; import { Warning } from './Warning'; +import { MnemonicModal } from './Accounts/modals/MnemonicModal'; export const Mnemonic = ({ mnemonic, @@ -14,18 +15,19 @@ export const Mnemonic = ({ }) => ( - + Below is your 24 word mnemonic, make sure to store it in a safe place for accessing your wallet in the future