Skip to content

Commit

Permalink
rename site kit integration
Browse files Browse the repository at this point in the history
  • Loading branch information
vraja-pro committed Feb 4, 2025
1 parent f052d61 commit 59704d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const siteKitProps = {

const isSiteKitFeatureEnabled = get( window, "wpseoIntegrationsData.site_kit_configuration.feature_enabled", false );
if ( isSiteKitFeatureEnabled ) {
RecommendedIntegrations.push( <GoogleSiteKitIntegration key={ integrations.length } { ...siteKitProps } /> );
RecommendedIntegrations.push( <SiteKitIntegration key={ integrations.length } { ...siteKitProps } /> );
}

export { RecommendedIntegrations };

0 comments on commit 59704d5

Please sign in to comment.