aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/planSelection/containers/PlanSelectionScreen.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-10-23 11:51:48 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-10-23 11:51:48 +0200
commit184c1f0ad49173ac7094c23405cb00287d110e5b (patch)
treeae032ed3768a53cddc009fe4fb5b16685b8444f8 /src/features/planSelection/containers/PlanSelectionScreen.js
parentUpdate CHANGELOG.md (diff)
downloadferdium-app-184c1f0ad49173ac7094c23405cb00287d110e5b.tar.gz
ferdium-app-184c1f0ad49173ac7094c23405cb00287d110e5b.tar.zst
ferdium-app-184c1f0ad49173ac7094c23405cb00287d110e5b.zip
Remove analytics event in componentDidMount
Diffstat (limited to 'src/features/planSelection/containers/PlanSelectionScreen.js')
-rw-r--r--src/features/planSelection/containers/PlanSelectionScreen.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/features/planSelection/containers/PlanSelectionScreen.js b/src/features/planSelection/containers/PlanSelectionScreen.js
index 3f9638e9d..cb62f45d3 100644
--- a/src/features/planSelection/containers/PlanSelectionScreen.js
+++ b/src/features/planSelection/containers/PlanSelectionScreen.js
@@ -38,10 +38,6 @@ class PlanSelectionScreen extends Component {
38 intl: intlShape, 38 intl: intlShape,
39 }; 39 };
40 40
41 componentDidMount() {
42 gaEvent(GA_CATEGORY_PLAN_SELECTION, 'show');
43 }
44
45 upgradeAccount(planId) { 41 upgradeAccount(planId) {
46 const { upgradeAccount } = this.props.actions.payment; 42 const { upgradeAccount } = this.props.actions.payment;
47 43