Skip to content

Commit

Permalink
show a check if can unwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Sep 4, 2024
1 parent 07ce595 commit 35000dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export const NameWrapper = ({
? t('tabs.more.token.status.wrapped')
: t('tabs.more.token.status.unwrapped')}

{status === 'locked' ? <LockSVG /> : null}
{status === 'locked' ? <LockSVG /> : <CheckSVG />}
</Record>
{isWrapped ? (
<ParentControlRecord
Expand Down

0 comments on commit 35000dd

Please sign in to comment.