Skip to content

Commit

Permalink
Update ViewWallet.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
klepi21 committed Oct 20, 2023
1 parent d2e171e commit 2817e9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/views/Home/components/NewUserForm/ViewWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ const ViewWallet: React.FC<ViewWalletProps> = ({ userInfo, isLoadingUserInfo, js
gap={4}
>
<Text>View Wallet</Text>
<Text>Address: {userInfo.address}</Text>
<Text style={{ fontSize: 12 }}>{userInfo.address}</Text>

{parsedData !== null && (
<Box>
<Button
Expand Down

0 comments on commit 2817e9b

Please sign in to comment.