Skip to content

Commit

Permalink
My Jetpack: Remove "Connection" management section for Atomic sites. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottprogrammer authored Nov 18, 2024
1 parent 34ab347 commit 42e7599
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function MyJetpackScreen() {
} );
useNotificationWatcher();
const { redBubbleAlerts } = getMyJetpackWindowInitialState();
const { jetpackManage = {}, adminUrl } = getMyJetpackWindowInitialState();
const { isAtomic = false, jetpackManage = {}, adminUrl } = getMyJetpackWindowInitialState();

const { isWelcomeBannerVisible } = useWelcomeBanner();
const { isSectionVisible } = useEvaluationRecommendations();
Expand Down Expand Up @@ -190,7 +190,7 @@ export default function MyJetpackScreen() {
<PlansSection />
</Col>
<Col sm={ 4 } md={ 4 } lg={ 6 }>
<ConnectionsSection />
{ ! isAtomic && <ConnectionsSection /> }
</Col>
</Container>
</AdminSection>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: removed
Comment: My Jetpack: Removed the Connection management section on Atomic sites (Not needed for Atomic sites).


0 comments on commit 42e7599

Please sign in to comment.