Skip to content

Commit

Permalink
Migrate to Lens v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoginth committed Dec 14, 2024
1 parent 73af321 commit 229aac2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/src/components/Group/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ const ViewGroup: NextPage = () => {
variables: {
groupRequest: { group: address },
groupStatsRequest: { group: address }
}
},
skip: !address
});

if (!isReady || loading) {
Expand Down

0 comments on commit 229aac2

Please sign in to comment.