From 5619fb6df60aecd4b66b553ed76660c5fad39737 Mon Sep 17 00:00:00 2001 From: Bernie Reiter Date: Fri, 6 Jul 2018 16:52:21 +0200 Subject: [PATCH] Feature Flag --- client/my-sites/plans/current-plan/index.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/my-sites/plans/current-plan/index.jsx b/client/my-sites/plans/current-plan/index.jsx index c94de0cd00f81..f557d355d0c27 100644 --- a/client/my-sites/plans/current-plan/index.jsx +++ b/client/my-sites/plans/current-plan/index.jsx @@ -35,6 +35,7 @@ import DomainWarnings from 'my-sites/domains/components/domain-warnings'; import isSiteAutomatedTransfer from 'state/selectors/is-site-automated-transfer'; import SidebarNavigation from 'my-sites/sidebar-navigation'; import ChecklistShow from 'my-sites/checklist/checklist-show'; +import { isEnabled } from 'config'; class CurrentPlan extends Component { static propTypes = { @@ -143,7 +144,7 @@ class CurrentPlan extends Component { isAutomatedTransfer={ isAutomatedTransfer } includePlansLink={ currentPlan && isFreeJetpackPlan( currentPlan ) } /> - { isJetpack && } + { isEnabled( 'jetpack/checklist' ) && isJetpack && }