Skip to content

Commit

Permalink
fix: restore commits
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkparti committed Jul 18, 2023
1 parent 9ff0a00 commit 26f3048
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/SendTokens/TokenInfoBlock.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const SubWalletInfo = ({ senderWalletName, senderWalletTokens }) => {
);
};


const TokenInfoBlock = ({ totalTokens, senderWalletName = null, senderWalletTokens = null }) => {
return (
<Paper sx={{ width: '255px' }}>
Expand Down

0 comments on commit 26f3048

Please sign in to comment.