fix wallet connect crash

This commit is contained in:
saml33 2022-09-22 20:23:34 +10:00
parent bd687aa952
commit e062db81b7
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ const MangoAccountsList = ({
>
{acc.name}
{acc.publicKey.toString() ===
mangoAccount!.publicKey.toString() ? (
mangoAccount?.publicKey.toString() ? (
<CheckCircleIcon className="h-5 w-5 text-th-green" />
) : null}
</button>