Skip to content

Commit

Permalink
feat: removed wallet name from displaying
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkparti committed Jul 2, 2023
1 parent 7af6e23 commit 9adca58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/SendTokens/SendTokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ const SendTokens = () => {
/>
)}
<Paper elevation={3}>
<h3>Wallet name : {defaultWallet.name}</h3>
<div>
<InfoCircle innerText={'Available tokens'} innerNumber={defaultWallet.tokens_in_wallet} />
</div>
Expand Down

0 comments on commit 9adca58

Please sign in to comment.