File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
libs/remix-ui/run-tab/src/lib/components Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -297,7 +297,7 @@ export function UniversalDappUI(props: UdappProps) {
297297 < label >
298298 < b > < FormattedMessage id = "udapp.balance" /> :</ b > { instanceBalance } ETH
299299 </ label >
300- { props . exEnvironment && props . exEnvironment . startsWith ( 'injected' ) > - 1 && < i className = "fas fa-edit btn btn-sm p-0" onClick = { ( ) => { props . editInstance ( props . instance ) } } > </ i > }
300+ { props . exEnvironment && props . exEnvironment . startsWith ( 'injected' ) && < i className = "fas fa-edit btn btn-sm p-0" onClick = { ( ) => { props . editInstance ( props . instance ) } } > </ i > }
301301 </ div >
302302 { props . isPinnedContract && props . instance . pinnedAt ? (
303303 < div className = "d-flex" data-id = "instanceContractPinnedAt" >
You can’t perform that action at this time.
0 commit comments