remove raw lag from log

pull/5019/head
yann300 4 months ago committed by Aniket
parent a1e7ce71ab
commit 45ad71207f
  1. 1
      libs/remix-ui/terminal/src/lib/components/Table.tsx

@ -188,7 +188,6 @@ const showTable = (opts, showTableHash) => {
<td className="remix_ui_terminal_td" data-id={`txLoggerTableHash${opts.hash}`} data-shared={`pair_${opts.hash}`}>
{JSON.stringify(stringified, null, '\t')}
<CopyToClipboard content={JSON.stringify(stringified, null, '\t')} />
<CopyToClipboard content={JSON.stringify(opts.logs.raw || '0', null, 2)} />
</td>
</tr>
) : null}

Loading…
Cancel
Save