From 71e3d7310a06305c3c15685364ea8e20fc720867 Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Thu, 21 Feb 2019 15:25:45 +0100 Subject: Simplify analytics calls --- src/containers/settings/AccountScreen.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/containers/settings/AccountScreen.js') diff --git a/src/containers/settings/AccountScreen.js b/src/containers/settings/AccountScreen.js index d681d5226..ce1b9c333 100644 --- a/src/containers/settings/AccountScreen.js +++ b/src/containers/settings/AccountScreen.js @@ -6,7 +6,6 @@ import { inject, observer } from 'mobx-react'; import PaymentStore from '../../stores/PaymentStore'; import UserStore from '../../stores/UserStore'; import AppStore from '../../stores/AppStore'; -import { gaPage } from '../../lib/analytics'; import AccountDashboard from '../../components/settings/account/AccountDashboard'; import ErrorBoundary from '../../components/util/ErrorBoundary'; @@ -22,10 +21,6 @@ export default @inject('stores', 'actions') @observer class AccountScreen extend user.getUserInfoRequest.invalidate({ immediately: true }); } - componentDidMount() { - gaPage('Settings/Account Dashboard'); - } - onCloseWindow() { const { user, payment } = this.props.stores; user.getUserInfoRequest.invalidate({ immediately: true }); -- cgit v1.2.3-70-g09d2