From 2fef1c09c5d14cc058bd7112f8c938784065ff32 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 5 Nov 2022 12:57:22 +0100 Subject: [PATCH] Update AmountIn.js --- packages/react-app/src/components/AmountIn.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/react-app/src/components/AmountIn.js b/packages/react-app/src/components/AmountIn.js index 61c210a..03f2109 100644 --- a/packages/react-app/src/components/AmountIn.js +++ b/packages/react-app/src/components/AmountIn.js @@ -29,6 +29,10 @@ const AmountIn = () => { }`} /> + + {showList && ( + + )