We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1aec3 commit 805c059Copy full SHA for 805c059
src/components/userPlanAndBillings/UpgradePlanNavigationItem.tsx
@@ -23,11 +23,11 @@ export const UpgradePlanNavigationItem = () => {
23
channelId: walletAddress,
24
});
25
26
- // useMigrateToFreePlan({
27
- // pricingPlanStatus,
28
- // isLoading: isPricingPlanStatusLoading,
29
- // refetch: refetchPricingPlanStatus,
30
- // });
+ useMigrateToFreePlan({
+ pricingPlanStatus,
+ isLoading: isPricingPlanStatusLoading,
+ refetch: refetchPricingPlanStatus,
+ });
31
32
const selectedPlan = pricingInfoList?.find(
33
(planItem: { id: number }) =>
0 commit comments