Update AmountIn.js
This commit is contained in:
@@ -5,6 +5,9 @@ import { useOnClickOutside } from "../utils"; //helps to close menu bar
|
||||
import styles from "../styles";
|
||||
|
||||
const AmountIn = () => {
|
||||
const [showList, setShowList] = useState(false);
|
||||
|
||||
|
||||
return(
|
||||
<div className={styles.amountContainer}>
|
||||
<input
|
||||
@@ -26,7 +29,7 @@ const AmountIn = () => {
|
||||
}`}
|
||||
/>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user