diff --git a/client/components/jetpack/wpcom-business-at/index.tsx b/client/components/jetpack/wpcom-business-at/index.tsx
index 728be745a869..19cb2b701065 100644
--- a/client/components/jetpack/wpcom-business-at/index.tsx
+++ b/client/components/jetpack/wpcom-business-at/index.tsx
@@ -17,6 +17,7 @@ import WarningList from 'calypso/blocks/eligibility-warnings/warning-list';
import DocumentHead from 'calypso/components/data/document-head';
import QueryAutomatedTransferEligibility from 'calypso/components/data/query-atat-eligibility';
import QuerySiteFeatures from 'calypso/components/data/query-site-features';
+import JetpackFooter from 'calypso/components/jetpack/jetpack-footer';
import WhatIsJetpack from 'calypso/components/jetpack/what-is-jetpack';
import JetpackTitle from 'calypso/components/jetpack-title';
import Main from 'calypso/components/main';
@@ -296,6 +297,7 @@ export default function WPCOMBusinessAT( {
{ translate( 'Loading…' ) }
+ { ! isJetpackCloud() && }
);
}
@@ -359,6 +361,7 @@ export default function WPCOMBusinessAT( {
{ ! isJetpackCloud() && }
+ { ! isJetpackCloud() && }