Skip to content

Commit

Permalink
Update search
Browse files Browse the repository at this point in the history
  • Loading branch information
mattupham committed Sep 10, 2024
1 parent fb072ab commit e1b7098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web/pages/earn/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ function Earn() {
}))
: [],
lockDurationType: "all",
search: "", // We'll handle this in the FilterProvider
search: typeof search === "string" ? search : "",
specialTokens: [],
rewardType: "all",
}),
[holdenDenoms?.length, cmsData, isWalletConnected]
[holdenDenoms?.length, cmsData, isWalletConnected, search]
);

useEffect(() => {
Expand Down

0 comments on commit e1b7098

Please sign in to comment.