Skip to content

Commit

Permalink
chore: add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Apr 9, 2024
1 parent 3bfaaf8 commit 2d1700b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/widget/src/components/TokenList/useTokenSelect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export const useTokenSelect = (formType: FormType, onClick?: () => void) => {
onClick?.();
},
[
chainOrderStore,
emitter,
formType,
getFieldValues,
Expand Down

0 comments on commit 2d1700b

Please sign in to comment.