Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Oct 22, 2024
1 parent 13a664f commit 4488bf7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const defaultProps: SelectTokenModalProps = {
unsupportedTokens,
allTokens: allTokensMock,
favoriteTokens: favoriteTokensMock,
tokenListCategoryState: [null, () => void 0],
balancesState: {
values: balances,
isLoading: false,
Expand All @@ -45,6 +46,9 @@ const defaultProps: SelectTokenModalProps = {
onDismiss() {
console.log('onDismiss')
},
openPoolPage() {
console.log('openPoolPage')
},
}

const Fixtures = {
Expand Down

0 comments on commit 4488bf7

Please sign in to comment.