Skip to content

Commit

Permalink
fix ts check error
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocostadev committed Oct 16, 2023
1 parent 84c53c7 commit 53d6ab0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ const ManageSubscriptionPage = () => {
!syncLicenseUpdate.isInitialLoading &&
!syncLicenseUpdate.isRefetching &&
!syncLicenseUpdate.isError &&
syncLicenseUpdate?.data &&
syncLicenseUpdate?.data?.success
) {
refetchLicense();
Expand Down

0 comments on commit 53d6ab0

Please sign in to comment.