aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/planSelection/components/PlanSelection.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/planSelection/components/PlanSelection.js')
-rw-r--r--src/features/planSelection/components/PlanSelection.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/features/planSelection/components/PlanSelection.js b/src/features/planSelection/components/PlanSelection.js
index b6bb9d32d..4bf5238dd 100644
--- a/src/features/planSelection/components/PlanSelection.js
+++ b/src/features/planSelection/components/PlanSelection.js
@@ -12,7 +12,6 @@ import { i18nPlanName } from '../../../helpers/plan-helpers';
12import { PLANS } from '../../../config'; 12import { PLANS } from '../../../config';
13import { FeatureList } from '../../../components/ui/FeatureList'; 13import { FeatureList } from '../../../components/ui/FeatureList';
14import Appear from '../../../components/ui/effects/Appear'; 14import Appear from '../../../components/ui/effects/Appear';
15import { gaPage } from '../../../lib/analytics';
16 15
17const messages = defineMessages({ 16const messages = defineMessages({
18 welcome: { 17 welcome: {
@@ -185,7 +184,6 @@ class PlanSelection extends Component {
185 }; 184 };
186 185
187 componentDidMount() { 186 componentDidMount() {
188 gaPage('/select-plan');
189 } 187 }
190 188
191 render() { 189 render() {