diff --git a/js/src/setup-mc/setup-stepper/setup-accounts/index.js b/js/src/setup-mc/setup-stepper/setup-accounts/index.js index a1be26f4ba..a1de3d777b 100644 --- a/js/src/setup-mc/setup-stepper/setup-accounts/index.js +++ b/js/src/setup-mc/setup-stepper/setup-accounts/index.js @@ -21,8 +21,6 @@ import AppDocumentationLink from '.~/components/app-documentation-link'; import VerticalGapLayout from '.~/components/vertical-gap-layout'; import WPComAccountCard from '.~/components/wpcom-account-card'; import GoogleAccountCard from '.~/components/google-account-card'; -import GoogleMCAccountCard from '.~/components/google-mc-account-card'; -import GoogleAdsAccountCard from '.~/components/google-ads-account-card'; import Faqs from './faqs'; import './index.scss'; import useGoogleAdsAccount from '.~/hooks/useGoogleAdsAccount'; @@ -160,16 +158,8 @@ const SetupAccounts = ( props ) => { ) } - -
} - disabledLeft={ ! isGMCPreconditionReady } - > - -
@@ -181,8 +171,14 @@ const SetupAccounts = ( props ) => { { __( 'Continue', 'google-listings-and-ads' ) } - +
} + disabledLeft={ ! isGMCPreconditionReady } + > + +
); };