Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
polarker committed Mar 1, 2024
1 parent d20a683 commit de775cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Token/TokenInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function TokenInfo() {
),
'Token Contract Upgradable': `${tokenInfo?.upgradable}`,
'Token Contract Destroyable': `${tokenInfo?.destroyable}`,
'Additional Issuance Allowed': `${tokenInfo?.additionalIssuanceAllowed}`
// 'Additional Issuance Allowed': `${tokenInfo?.additionalIssuanceAllowed}`
}}
/>
</Box>
Expand Down

0 comments on commit de775cc

Please sign in to comment.