From acbbd86bf1dc2d1be36e1960534c4342ae9f11ec Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Wed, 26 Apr 2023 19:00:15 +0530 Subject: [PATCH] Bug fix --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 13d4d63..be26c8c 100644 --- a/index.html +++ b/index.html @@ -703,6 +703,8 @@ if (!ownedTokens[token].balance) ownedTokens[token].balance = 0 } + if (!ownedTokens) + ownedTokens = {} return html`