Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hooks/campaigns.ts: Disable useCampaignList on client (#1568)
Campaigns' data is prefetched on the server, and since campaign's data is no longer stale, it results in 2 queries to the server being made. Due to the call of useCampaignList twice, the campaigns are being reordered twice - once on the server, once on client load, which makes it unpleasant for the users
- Loading branch information