diff --git a/apps/meteor/client/views/admin/manageSubscription/ManageSubscriptionPage.tsx b/apps/meteor/client/views/admin/manageSubscription/ManageSubscriptionPage.tsx index c661674be680..57ac353489cb 100644 --- a/apps/meteor/client/views/admin/manageSubscription/ManageSubscriptionPage.tsx +++ b/apps/meteor/client/views/admin/manageSubscription/ManageSubscriptionPage.tsx @@ -92,6 +92,7 @@ const ManageSubscriptionPage = () => { !syncLicenseUpdate.isInitialLoading && !syncLicenseUpdate.isRefetching && !syncLicenseUpdate.isError && + syncLicenseUpdate?.data && syncLicenseUpdate?.data?.success ) { refetchLicense();