|
|
|
@ -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} |
|
|
|
|