project-serum / swap-ui

React Component for Swapping on the Serum DEX
Apache License 2.0
113 stars 117 forks source link

Duplicate entries in token selection dropdown #43

Closed secretshardul closed 3 years ago

secretshardul commented 3 years ago

On searching USDC, 4 entries for the token get displayed.

image

On closing the dropdown and opening it again, 2 are shown.

image

I believe the two tokens are native USDC and Wrapped USDC. They're getting duplicated in the first case.

armaniferrante commented 3 years ago

This is fixed just not deployed. See https://github.com/project-serum/swap-ui/commit/8eb5dcae194223b3fd0321b50dc82f0eb7d33e36. Closing.

secretshardul commented 3 years ago

Awesome