Update AmountOut.js
This commit is contained in:
@@ -28,8 +28,8 @@ const AmountOut = ({ fromToken, toToken, amountIn, pairContract, currencyValue,
|
|||||||
placeholder="0.0"
|
placeholder="0.0"
|
||||||
type="number"
|
type="number"
|
||||||
value={formatUnits(amountOut)}
|
value={formatUnits(amountOut)}
|
||||||
disabled
|
|
||||||
className={styles.amountInput}
|
className={styles.amountInput}
|
||||||
|
disabled
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div className="relative" onClick={() => setShowList(!showList)}>
|
<div className="relative" onClick={() => setShowList(!showList)}>
|
||||||
|
|||||||
Reference in New Issue
Block a user