aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/announcements/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/announcements/index.js')
-rw-r--r--src/features/announcements/index.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/features/announcements/index.js b/src/features/announcements/index.js
index 28f0b10ed..19930c5b1 100644
--- a/src/features/announcements/index.js
+++ b/src/features/announcements/index.js
@@ -24,8 +24,6 @@ export default function initAnnouncements(stores, actions) {
24 announcementsStore.stop(); 24 announcementsStore.stop();
25 } 25 }
26 }, 26 },
27 { 27 { fireImmediately: true },
28 fireImmediately: true,
29 },
30 ); 28 );
31} 29}