fix invalid syntax

This commit is contained in:
Matthew Russell 2022-03-09 16:33:56 -08:00
parent af2f05b778
commit 1859fef75c

View File

@ -23,7 +23,7 @@ export function Index() {
</Callout>
<h1>Vega wallet</h1>
{keypair && <p>Current: {keypair.pub}</p>}
{keypairs?.length && (
{keypairs?.length ? (
<select
name="change-key"
className="w-full px-8 py-2 border-black border"