From eea683b58061502b542b810c93009c2eae66465e Mon Sep 17 00:00:00 2001 From: lianahus Date: Mon, 1 Jul 2024 17:29:42 +0200 Subject: [PATCH] linter --- apps/remix-ide/src/blockchain/blockchain.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/src/blockchain/blockchain.tsx b/apps/remix-ide/src/blockchain/blockchain.tsx index a13222004d..bb658fdbbf 100644 --- a/apps/remix-ide/src/blockchain/blockchain.tsx +++ b/apps/remix-ide/src/blockchain/blockchain.tsx @@ -531,7 +531,7 @@ export class Blockchain extends Plugin { changeExecutionContext(context, confirmCb, infoCb, cb) { if (context.context === 'item-another-chain') { this.call('manager', 'activatePlugin', 'environmentExplorer').then(() => this.call('tabs', 'focus', 'environmentExplorer')) - } else { + } else { return this.executionContext.executionContextChange(context, null, confirmCb, infoCb, cb) } }