diff --git a/src/universal-dapp.js b/src/universal-dapp.js index 24d8ea1de6..42ab5e6aa6 100644 --- a/src/universal-dapp.js +++ b/src/universal-dapp.js @@ -407,6 +407,7 @@ UniversalDApp.prototype.getCallButton = function (args) { } if (lookupOnly) { var decoded = txFormat.decodeResponseToTreeView(executionContext.isVM() ? txResult.result.vm.return : ethJSUtil.toBuffer(txResult.result), args.funABI) + outputOverride.innerHTML = '' outputOverride.appendChild(decoded) } } else {