Skip to content

Commit 2d73f75

Browse files
katinthehatsiteKateryna Kodonenko
and
Kateryna Kodonenko
authored
Fix missing dependencies (#103518)
Co-authored-by: Kateryna Kodonenko <[email protected]>
1 parent 859a7f9 commit 2d73f75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

client/my-sites/checkout/checkout-thank-you/marketplace/use-themes-thank-you-data.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ export function useThemesThankYouData(
133133
}, [
134134
hasExternallyManagedThemes,
135135
hasExternallyManagedThemesSubscribed,
136+
hasLoadedSitePurchases,
136137
isRequestingSitePurchases,
137138
siteSlug,
138139
] );
@@ -168,7 +169,7 @@ export function useThemesThankYouData(
168169
} )
169170
);
170171
}
171-
}, [ firstTheme, isAtomicNeeded, isJetpack, isOnboardingFlow ] );
172+
}, [ firstTheme, isAtomicNeeded, isJetpack, isOnboardingFlow, siteSlug ] );
172173

173174
return [
174175
firstTheme,

0 commit comments

Comments
 (0)