Skip to content

Commit

Permalink
add guard to checking themes loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
gcsecsey committed Dec 16, 2024
1 parent fae2a93 commit 27e8f78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const MarketplaceThankYou = ( {
allThemesFetched &&
isAtomicTransferCheckComplete &&
isLoadedPlugins &&
isLoadedThemes;
( ! hasThemes || isLoadedThemes );

const transferStatus = useSelector( ( state ) => getAutomatedTransferStatus( state, siteId ) );
const isJetpack = useSelector( ( state ) => isJetpackSite( state, siteId ) );
Expand Down

0 comments on commit 27e8f78

Please sign in to comment.