|
|
|
@ -240,7 +240,7 @@ export function ContractDropdownUI (props: ContractDropdownProps) { |
|
|
|
|
<div className='d-flex justify-content-between'> |
|
|
|
|
<div className="d-flex justify-content-between align-items-end"> |
|
|
|
|
<label className="udapp_settingsLabel pr-1">Contract</label> |
|
|
|
|
<div className="d-flex">{ Object.keys(props.contracts.contractList).length > 0 && compilationSource !== '' && <label data-id="udappCompiledBy">(Compiled by {compilationSource.toUpperCase()})</label>}</div> |
|
|
|
|
<div className="d-flex">{ Object.keys(props.contracts.contractList).length > 0 && compilationSource !== '' && <label className="mb-1 text-capitalize" data-id="udappCompiledBy">(Compiled by {compilationSource})</label>}</div> |
|
|
|
|
</div> |
|
|
|
|
<OverlayTrigger placement={'right'} overlay={ |
|
|
|
|
<Tooltip className="text-nowrap" id="info-sync-compiled-contract"> |
|
|
|
|