aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/announcements/store.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/announcements/store.js')
-rw-r--r--src/features/announcements/store.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/features/announcements/store.js b/src/features/announcements/store.js
index de7ed2596..515fd97a0 100644
--- a/src/features/announcements/store.js
+++ b/src/features/announcements/store.js
@@ -12,7 +12,6 @@ import { getAnnouncementRequest, getChangelogRequest, getCurrentVersionRequest }
12import { announcementActions } from './actions'; 12import { announcementActions } from './actions';
13import { createActionBindings } from '../utils/ActionBinding'; 13import { createActionBindings } from '../utils/ActionBinding';
14import { createReactions } from '../../stores/lib/Reaction'; 14import { createReactions } from '../../stores/lib/Reaction';
15import { gaEvent } from '../../lib/analytics';
16import { matchRoute } from '../../helpers/routing-helpers'; 15import { matchRoute } from '../../helpers/routing-helpers';
17import { DEFAULT_APP_SETTINGS } from '../../config'; 16import { DEFAULT_APP_SETTINGS } from '../../config';
18 17
@@ -109,7 +108,6 @@ export class AnnouncementsStore extends FeatureStore {
109 if (router.location.pathname !== targetRoute) { 108 if (router.location.pathname !== targetRoute) {
110 this.stores.router.push(targetRoute); 109 this.stores.router.push(targetRoute);
111 } 110 }
112 gaEvent(GA_CATEGORY_ANNOUNCEMENTS, 'show');
113 }; 111 };
114 112
115 // ======= REACTIONS ======== 113 // ======= REACTIONS ========