From bccacf5a16499d2ba9749d98cd633aafc679f4fc Mon Sep 17 00:00:00 2001 From: gitNFT5 Date: Sat, 15 Oct 2022 19:11:35 -0700 Subject: [PATCH] NR first commit --- js/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/app.js b/js/app.js index e2b727b6a..c1a5148e1 100644 --- a/js/app.js +++ b/js/app.js @@ -46,6 +46,7 @@ window.addEventListener('DOMContentLoaded', () => { } }); + const checkOwner = async (account) => { if(account) { let isOwner = false;