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