Only display 10 notifications at a time, 20 is too much.
This commit is contained in:
parent
56e036b4de
commit
2933dc30a5
@ -3,7 +3,7 @@ import { sortBy, take, filter } from 'lodash'
|
||||
const Notifications = {
|
||||
data () {
|
||||
return {
|
||||
visibleNotificationCount: 20
|
||||
visibleNotificationCount: 10
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
Loading…
Reference in New Issue
Block a user