diff --git a/packages/react-app/src/components/AmountIn.js b/packages/react-app/src/components/AmountIn.js index 132d406..61c210a 100644 --- a/packages/react-app/src/components/AmountIn.js +++ b/packages/react-app/src/components/AmountIn.js @@ -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(
{ }`} /> -
+ ) }