Skip to content

Commit

Permalink
remove raw lag from log
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 authored and Aniket-Engg committed Jul 17, 2024
1 parent a1e7ce7 commit 45ad712
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libs/remix-ui/terminal/src/lib/components/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 45ad712

Please sign in to comment.