fix printing context values

pull/4201/head
yann300 1 year ago committed by Aniket
parent a9a9f0934d
commit 3028b9faf3
  1. 4
      libs/remix-ui/terminal/src/lib/components/Context.tsx

@ -47,7 +47,7 @@ const Context = ({opts, provider}: {opts; provider: string}) => {
<div> <div>
<span> <span>
<span className="remix_ui_terminal_tx"> <span className="remix_ui_terminal_tx">
[block:{block} txIndex:{i}] [block:{block.toString()} txIndex:{i.toString()}]
</span> </span>
<div className="remix_ui_terminal_txItem"> <div className="remix_ui_terminal_txItem">
<span className="remix_ui_terminal_txItemTitle">from:</span> {from} <span className="remix_ui_terminal_txItemTitle">from:</span> {from}
@ -76,7 +76,7 @@ const Context = ({opts, provider}: {opts; provider: string}) => {
<div> <div>
<span> <span>
<span className="remix_ui_terminal_tx"> <span className="remix_ui_terminal_tx">
[block:{block} txIndex:{i}] [block:{block.toString()} txIndex:{i.toString()}]
</span> </span>
<div className="remix_ui_terminal_txItem"> <div className="remix_ui_terminal_txItem">
<span className="remix_ui_terminal_txItemTitle">from:</span> {from} <span className="remix_ui_terminal_txItemTitle">from:</span> {from}

Loading…
Cancel
Save