Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Sep 4, 2024
1 parent de3ffff commit 1c3bba8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,11 @@ export const NameWrapper = ({
>
{status === 'emancipated' ? (
<>
{t('tabs.more.token.pcc.not-controllable')} <CheckSVG />
{t('tabs.more.token.pcc.controllable')} <AlertSVG />
</>
) : (
<>
{t('tabs.more.token.pcc.controllable')} <AlertSVG />
{t('tabs.more.token.pcc.not-controllable')} <CheckSVG />
</>
)}
</ParentControlRecord>
Expand Down

0 comments on commit 1c3bba8

Please sign in to comment.