diff --git a/apps/web/app/(main)/profile/page.tsx b/apps/web/app/(main)/profile/page.tsx index ceaf74e..47b1aff 100644 --- a/apps/web/app/(main)/profile/page.tsx +++ b/apps/web/app/(main)/profile/page.tsx @@ -16,7 +16,7 @@ export default async function ProfilePage() { const { subscriptionSetting } = await queryClient.fetchQuery({ queryFn: getSubscriptionSettings, - queryKey: ['customer', telegramId], + queryKey: ['subscriptionSetting'], }); const proEnabled = subscriptionSetting?.proEnabled;