Skip to content

Commit

Permalink
fix: rewards display symbol issue (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickk137 authored Sep 26, 2024
1 parent 64110d6 commit 9f3a4ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion liquidity/lib/useRewards/useRewards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ export function useRewards({
rewardsDistributors &&
poolId &&
collateralAddress &&
accountId
accountId &&
synthTokens
),
queryKey: [
`${network?.id}-${network?.preset}`,
Expand Down

0 comments on commit 9f3a4ee

Please sign in to comment.