Skip to content
Snippets Groups Projects
Commit 2933dc30 authored by lain's avatar lain
Browse files

Only display 10 notifications at a time, 20 is too much.

parent 56e036b4
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ import { sortBy, take, filter } from 'lodash'
const Notifications = {
data () {
return {
visibleNotificationCount: 20
visibleNotificationCount: 10
}
},
computed: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment