Skip to content

Commit

Permalink
feat: display chain name instead of token name for native token in de…
Browse files Browse the repository at this point in the history
…tail page (#2242)
  • Loading branch information
vvvvvv1vvvvvv authored Apr 26, 2024
1 parent 2c41eff commit 43a6897
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const TokenDetail = ({
/>
</>
) : (
token?.name
getChain(token?.chain)?.name
)}
</div>
</div>
Expand Down

0 comments on commit 43a6897

Please sign in to comment.