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;