Skip to content

Commit 805c059

Browse files
committed
fix: migrate to free plan
1 parent 2f1aec3 commit 805c059

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/userPlanAndBillings/UpgradePlanNavigationItem.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ export const UpgradePlanNavigationItem = () => {
2323
channelId: walletAddress,
2424
});
2525

26-
// useMigrateToFreePlan({
27-
// pricingPlanStatus,
28-
// isLoading: isPricingPlanStatusLoading,
29-
// refetch: refetchPricingPlanStatus,
30-
// });
26+
useMigrateToFreePlan({
27+
pricingPlanStatus,
28+
isLoading: isPricingPlanStatusLoading,
29+
refetch: refetchPricingPlanStatus,
30+
});
3131

3232
const selectedPlan = pricingInfoList?.find(
3333
(planItem: { id: number }) =>

0 commit comments

Comments
 (0)