fix linting

pull/3549/head
yann300 2 years ago committed by Aniket
parent 45957102dd
commit e0479ed715
  1. 2
      apps/remix-ide/src/app/plugins/solidity-script.tsx

@ -72,7 +72,7 @@ export class SolidityScript extends Plugin {
const hhlogs = await web3.eth.getHHLogsForTx(receiptCall.transactionHash)
if (hhlogs && hhlogs.length) {
let finalLogs = <div><div><b>console.log:</b></div>
const finalLogs = <div><div><b>console.log:</b></div>
{
hhlogs.map((log) => {
let formattedLog

Loading…
Cancel
Save