fix invalid syntax
This commit is contained in:
parent
af2f05b778
commit
1859fef75c
@ -7,7 +7,7 @@ export function Index() {
|
|||||||
const { keypair, keypairs, selectPublicKey } = useVegaWallet();
|
const { keypair, keypairs, selectPublicKey } = useVegaWallet();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="m-24 ">
|
<div className="m-24">
|
||||||
<Callout
|
<Callout
|
||||||
intent="help"
|
intent="help"
|
||||||
title="This is what this thing does"
|
title="This is what this thing does"
|
||||||
@ -23,7 +23,7 @@ export function Index() {
|
|||||||
</Callout>
|
</Callout>
|
||||||
<h1>Vega wallet</h1>
|
<h1>Vega wallet</h1>
|
||||||
{keypair && <p>Current: {keypair.pub}</p>}
|
{keypair && <p>Current: {keypair.pub}</p>}
|
||||||
{keypairs?.length && (
|
{keypairs?.length ? (
|
||||||
<select
|
<select
|
||||||
name="change-key"
|
name="change-key"
|
||||||
className="w-full px-8 py-2 border-black border"
|
className="w-full px-8 py-2 border-black border"
|
||||||
|
Loading…
Reference in New Issue
Block a user