Display address without chain id in dropdown
This commit is contained in:
parent
9e9e8f34aa
commit
c64d7c3761
@ -32,7 +32,7 @@ const ConnectWallet = ({
|
|||||||
>
|
>
|
||||||
{accounts.map((account, index) => (
|
{accounts.map((account, index) => (
|
||||||
<Option key={index} value={account.address}>
|
<Option key={index} value={account.address}>
|
||||||
{account.address}
|
{account.address.split(':')[2]}
|
||||||
</Option>
|
</Option>
|
||||||
))}
|
))}
|
||||||
</Select>
|
</Select>
|
||||||
|
Loading…
Reference in New Issue
Block a user