aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/planSelection/components
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-24 15:15:56 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-24 15:15:56 +0200
commite0dde8a91b9999a0ae9dcb842846a5b647087206 (patch)
treea2225479d1d680fa9a0e1a80ab5bd7727d49d1b0 /src/features/planSelection/components
parentMerge https://github.com/meetfranz/franz into franz-5.4.0-release (diff)
downloadferdium-app-e0dde8a91b9999a0ae9dcb842846a5b647087206.tar.gz
ferdium-app-e0dde8a91b9999a0ae9dcb842846a5b647087206.tar.zst
ferdium-app-e0dde8a91b9999a0ae9dcb842846a5b647087206.zip
Remove Analytics
Diffstat (limited to 'src/features/planSelection/components')
-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() {