diff --git a/assets/scripts/confirm.js b/assets/scripts/confirm.js index 349271d..b06754f 100644 --- a/assets/scripts/confirm.js +++ b/assets/scripts/confirm.js @@ -153,7 +153,7 @@ createApp({ console.log("current chain id: " + this.chainId); await this.checkChain(); this.hasRole = await this.checkRole(); - console.log("current has operation role: " + hasRole); + console.log("current has operation role: " + this.hasRole); this.subscribeToEvents(); this.walletConnect = true; console.log(this.chainId, this.account);