Amount section now back to Value

pull/5370/head
ryestew 2 years ago committed by Aniket
parent b3128af0e2
commit b7ec7475d4
  1. 2
      libs/remix-ui/run-tab/src/lib/components/value.tsx

@ -47,7 +47,7 @@ export function ValueUI (props: ValueProps) {
return (
<div className="udapp_crow">
<label className="udapp_settingsLabel" data-id="remixDRValueLabel">Amount</label>
<label className="udapp_settingsLabel" data-id="remixDRValueLabel">Value</label>
<div className="udapp_gasValueContainer">
<input
ref={inputValue}

Loading…
Cancel
Save