Skip to content

Commit

Permalink
Fix setting chain filter properly between token and chain ui
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromcunha committed Sep 24, 2024
1 parent 49cd085 commit e3044ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/pink-countries-laugh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@reservoir0x/relay-kit-ui': patch
---

Fix token selector balance display
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,10 @@ const TokenSelector: FC<TokenSelectorProps> = ({
setTokenSelectorStep(TokenSelectorStep.SetCurrency)
setTokenSearchInput('')
setChainSearchInput('')
setChainFilter({
id: undefined,
name: 'All'
})
}, [])

const selectToken = useCallback(
Expand Down

0 comments on commit e3044ff

Please sign in to comment.