Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c25b9199dd |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ghost-wallet",
|
"name": "ghost-wallet",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"description": "Browser extension to manage ghost blockchain light clients.",
|
"description": "Browser extension to manage ghost blockchain light clients.",
|
||||||
"main": "dist/src/index.js",
|
"main": "dist/src/index.js",
|
||||||
"author": "Uncle f4ts0 <f4ts0@ghostchain.io>",
|
"author": "Uncle f4ts0 <f4ts0@ghostchain.io>",
|
||||||
|
|||||||
@ -232,7 +232,7 @@ export const Accounts = () => {
|
|||||||
onClick={() => wrappedDeriveCryptoAccount(keysetAccounts[keysetAccounts.length - 1][0])}
|
onClick={() => wrappedDeriveCryptoAccount(keysetAccounts[keysetAccounts.length - 1][0])}
|
||||||
>
|
>
|
||||||
<KeyRound className="w-5 h-5 mr-2" />
|
<KeyRound className="w-5 h-5 mr-2" />
|
||||||
Create Account
|
Create Address
|
||||||
</Button>)
|
</Button>)
|
||||||
}
|
}
|
||||||
{(keysetAccounts.length > 0 || keypairAccounts.length > 0) && (
|
{(keysetAccounts.length > 0 || keypairAccounts.length > 0) && (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user