Skip to content

Commit

Permalink
[-] removed canMint and canBurn badges (https://docs.multiversx.com/t…
Browse files Browse the repository at this point in the history
  • Loading branch information
radumojic committed Dec 1, 2023
1 parent cf67b28 commit 84ddebe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/components/RolesBadges/RolesBadges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ export const RolesBadges = (props: {
active={Boolean(props.canTransfer)}
/>
)}
{props?.canMint !== undefined && (
<PropertyPill name={'Can Mint'} active={Boolean(props.canMint)} />
)}
{props?.canBurn !== undefined && (
<PropertyPill name={'Can Burn'} active={Boolean(props.canBurn)} />
)}
{props?.canPause !== undefined && (
<PropertyPill name={'Can Pause'} active={Boolean(props.canPause)} />
)}
Expand Down

0 comments on commit 84ddebe

Please sign in to comment.