File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/remix-ui/terminal/src/lib/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ const Context = ({opts, provider}: {opts; provider: string}) => {
4747 < div >
4848 < span >
4949 < span className = "remix_ui_terminal_tx" >
50- [block:{ block . toString ( ) } txIndex:{ i . toString ( ) } ]
50+ [block:{ block . toString ( ) } txIndex:{ i ? i . toString ( ) : '-' } ]
5151 </ span >
5252 < div className = "remix_ui_terminal_txItem" >
5353 < span className = "remix_ui_terminal_txItemTitle" > from:</ span > { from }
@@ -76,7 +76,7 @@ const Context = ({opts, provider}: {opts; provider: string}) => {
7676 < div >
7777 < span >
7878 < span className = "remix_ui_terminal_tx" >
79- [block:{ block . toString ( ) } txIndex:{ i . toString ( ) } ]
79+ [block:{ block . toString ( ) } txIndex:{ i ? i . toString ( ) : '-' } ]
8080 </ span >
8181 < div className = "remix_ui_terminal_txItem" >
8282 < span className = "remix_ui_terminal_txItemTitle" > from:</ span > { from }
You can’t perform that action at this time.
0 commit comments