From f0ad8621375502ee7bc4409aaf00c45fa8c9d333 Mon Sep 17 00:00:00 2001 From: apoorvlathey Date: Sat, 24 Sep 2022 15:56:28 +0530 Subject: [PATCH] remove input value cache for walletconnect uri and dapp url --- src/components/Body/index.tsx | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/components/Body/index.tsx b/src/components/Body/index.tsx index b6a63b3..b15b779 100644 --- a/src/components/Body/index.tsx +++ b/src/components/Body/index.tsx @@ -670,15 +670,17 @@ function Body() { - setUri(e.target.value)} - bg={bgColor[colorMode]} - isDisabled={isConnected} - /> + + setUri(e.target.value)} + bg={bgColor[colorMode]} + isDisabled={isConnected} + /> +