From 2817e9b0d2320fbeb64648b9ae996713c17b1d2d Mon Sep 17 00:00:00 2001 From: klepi21 Date: Fri, 20 Oct 2023 11:33:38 +0300 Subject: [PATCH] Update ViewWallet.tsx --- src/views/Home/components/NewUserForm/ViewWallet.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/Home/components/NewUserForm/ViewWallet.tsx b/src/views/Home/components/NewUserForm/ViewWallet.tsx index 31c876b..8262183 100644 --- a/src/views/Home/components/NewUserForm/ViewWallet.tsx +++ b/src/views/Home/components/NewUserForm/ViewWallet.tsx @@ -48,7 +48,8 @@ const ViewWallet: React.FC = ({ userInfo, isLoadingUserInfo, js gap={4} > View Wallet - Address: {userInfo.address} + {userInfo.address} + {parsedData !== null && (