Skip to content

Commit

Permalink
feat: show token label inside token selector (#273)
Browse files Browse the repository at this point in the history
pgoos authored Jan 15, 2024
1 parent 05f562d commit ad51f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/compounds/TokenSelector/TokenSelector.tsx
Original file line number Diff line number Diff line change
@@ -132,7 +132,7 @@ export const TokenSelector: FC<TokenSelectorProps> = (props) => {
size={props.size}
/>
<span className="block overflow-hidden text-ellipsis whitespace-nowrap uppercase text-white">
{selectedToken.displaySymbol}
{selectedToken.label ?? selectedToken.displaySymbol}
</span>
</>
) : (

5 comments on commit ad51f80

@vercel
Copy link

@vercel vercel bot commented on ad51f80 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on ad51f80 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sifchain-ui-next-dex – ./apps/dex

sifchain-ui-next-dex-git-main-test-sif.vercel.app
sifchain-ui-next-dex-test-sif.vercel.app
sifchain-ui-next-dex.vercel.app

@vercel
Copy link

@vercel vercel bot commented on ad51f80 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sifchain-dex – ./apps/dex

sifchain-dex.vercel.app
sifchain-dex-git-main-sifchain.vercel.app
sifchain-dex-sifchain.vercel.app

@vercel
Copy link

@vercel vercel bot commented on ad51f80 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sifchain-docs-next – ./apps/docs

sifchain-docs-next.vercel.app
sifchain-docs-next-git-main-sifchain.vercel.app
sifchain-docs-next-sifchain.vercel.app

@vercel
Copy link

@vercel vercel bot commented on ad51f80 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.