Skip to content

Commit

Permalink
display token always
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Sep 4, 2024
1 parent 35000dd commit 663975a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const MoreTab = ({ name, nameDetails, abilities }: Props) => {

return (
<MoreContainer>
{ownerData && <Token isWrapped={isWrapped} name={name} />}
<Token isWrapped={isWrapped} name={name} />
{(isConnected || isWrapped) && !isOffchainImport && (
<NameWrapper
{...{
Expand Down

0 comments on commit 663975a

Please sign in to comment.