fix file path

pull/5370/head
aniket-engg 8 months ago committed by Aniket
parent 8128dbdb8b
commit a093546fa7
  1. 2
      libs/remix-ui/run-tab/src/lib/components/universalDappUI.tsx

@ -318,7 +318,7 @@ export function UniversalDappUI(props: UdappProps) {
</div> </div>
) : null } ) : null }
{ props.isPinnedContract && props.instance.filePath ? ( { props.isPinnedContract && props.instance.filePath ? (
<div className="d-flex" data-id="instanceContractFilePath"> <div className="d-flex" data-id="instanceContractFilePath" style={{textAlign: "start", lineBreak: "anywhere"}}>
<label> <label>
<b><FormattedMessage id="udapp.filePath" />:</b> {props.instance.filePath} <b><FormattedMessage id="udapp.filePath" />:</b> {props.instance.filePath}
</label> </label>

Loading…
Cancel
Save