Skip to content

Commit

Permalink
fix: rewards not showing with no account (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickk137 authored Apr 4, 2024
1 parent 93f538f commit 3f7419e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liquidity/lib/useRewards/useRewards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function useRewards(
distributors?: RewardsInterface,
poolId?: string,
collateralAddress?: string,
accountId?: string
accountId: string = '1'
) {
const { network } = useNetwork();
const { data: Multicall3 } = useMulticall3();
Expand Down

0 comments on commit 3f7419e

Please sign in to comment.