diff --git a/src/components/notifications/notifications.js b/src/components/notifications/notifications.js index d6a6bdb5d7..c8d5e212bd 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: {