mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Update crypto-wallets-setting.tsx
This commit is contained in:
@@ -139,6 +139,7 @@ const CryptoWalletsForm = ({ account }: { account: Account | undefined }) => {
|
|||||||
value={walletsArray[selectedWallet].signature}
|
value={walletsArray[selectedWallet].signature}
|
||||||
placeholder='0x...'
|
placeholder='0x...'
|
||||||
/>
|
/>
|
||||||
|
<div className={styles.buttons}>
|
||||||
<button className={styles.save} onClick={save}>
|
<button className={styles.save} onClick={save}>
|
||||||
{t('save')}
|
{t('save')}
|
||||||
</button>
|
</button>
|
||||||
@@ -147,6 +148,7 @@ const CryptoWalletsForm = ({ account }: { account: Account | undefined }) => {
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
) : null;
|
) : null;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user