diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js
index d6a6bdb5d7a59abd135f4e36ec0b14626b46a55e..c8d5e212bd52071a689bd8fbecc7c73122dbc4d0 100644
--- a/src/components/notifications/notifications.js
+++ b/src/components/notifications/notifications.js
@@ -3,7 +3,7 @@ import { sortBy, take, filter } from 'lodash'
 const Notifications = {
   data () {
     return {
-      visibleNotificationCount: 20
+      visibleNotificationCount: 10
     }
   },
   computed: {