Skip to content

Commit

Permalink
Update useRewards.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
james-a-morris authored Nov 29, 2023
1 parent 34980cf commit d516e54
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/views/Rewards/hooks/useRewards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ export function useRewards() {
const { isConnected, connect, account } = useConnection();
const { summary, isLoading } = useRewardSummary("referrals", account);

console.log(summary);

if (summary.program !== "referrals") {
throw new Error("Invalid program type");
}
Expand Down

0 comments on commit d516e54

Please sign in to comment.