diff --git a/src/app/ui-helper.js b/src/app/ui-helper.js index 29a64a745f..0b364b2ee6 100644 --- a/src/app/ui-helper.js +++ b/src/app/ui-helper.js @@ -133,8 +133,7 @@ module.exports = { detailsOpen: {}, getDetails: function (contract, source, contractName) { var button = $(''); - var details = $('
') - .append(this.tableRow('Solidity Interface', contract.solidity_interface)); + var details = $('
'); var funHashes = ''; for (var fun in contract.functionHashes) {