Skip to content

Commit

Permalink
Merge branch 'main' into jean/cow-399-placeholder-add-weiroll-on-crea…
Browse files Browse the repository at this point in the history
…te-vesting-hook
  • Loading branch information
JeanNeiverth committed Oct 11, 2024
2 parents c3a9656 + a7ae53e commit dbda669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/deposit-pool/src/hooks/useUserPools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const USER_POOLS_QUERY = gql`
}
}
`;

//
export function useUserPools(chainId?: SupportedChainId, user?: string) {
return useSWR(
[chainId, user],
Expand Down

0 comments on commit dbda669

Please sign in to comment.