Skip to content

Commit 2a5dbe8

Browse files
chore(useStakingProductsCardGrid): update useEffect deps
1 parent 56d454f commit 2a5dbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Staking/StakingProductsCardGrid/useStakingProductsCardGrid.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const useStakingProductsCardGrid = ({
121121
.sort((a, b) => b.rankingScore - a.rankingScore)
122122
)
123123
}
124-
}, [])
124+
}, [LUM, SAT, category])
125125

126126
return {
127127
rankedProducts,

0 commit comments

Comments
 (0)