diff --git a/src/ui/SolidityLocals.js b/src/ui/SolidityLocals.js index 66c37b0728..28c617d4f2 100644 --- a/src/ui/SolidityLocals.js +++ b/src/ui/SolidityLocals.js @@ -53,7 +53,7 @@ class SolidityLocals { address: result[2].value }, this.storageResolver, this.traceManager) localDecoder.solidityLocals(this.parent.currentStepIndex, this.internalTreeCall, stack, memory, storageViewer, sourceLocation).then((locals) => { - if (!result.error) { + if (!locals.error) { this.basicPanel.update(locals) } })