diff --git a/libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx b/libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx index bd693bdb51..f0617adf6a 100644 --- a/libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx +++ b/libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx @@ -556,7 +556,9 @@ export function ContractGUI (props: ContractGUIProps) { - validateProxyAddress(proxyAddress) } /> + + validateProxyAddress(proxyAddress) } /> + { proxyAddressError && { proxyAddressError } } : { proxyAddress || proxyAddressError } diff --git a/libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx b/libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx index a33e577c9d..551dc5c022 100644 --- a/libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx +++ b/libs/remix-ui/run-tab/src/lib/components/recorderCardUI.tsx @@ -64,7 +64,7 @@ export function RecorderUI (props: RecorderProps) { placement={'right'} tooltipClasses="text-wrap" tooltipId="tooltip-livemode-recorder" - tooltipText="If contracts are updated after recording transactions, checking this box will run recorded transactions with the latest copy of the compiled contracts" + tooltipText={If contracts are updated after recording transactions,
checking this box will run recorded transactions
with the latest copy of the compiled contracts
} >