Update FriendNotifications.plugin.js

This commit is contained in:
Mirco Wittrien 2021-03-17 09:36:59 +01:00
parent 08a163c8c7
commit 08615b7e9f
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ module.exports = (_ => {
render() {
return this.props.entries.length ? BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.PaginatedList, {
items: this.props.entries,
amount: 100,
amount: 50,
copyToBottom: true,
renderItem: (log, i) => [
i > 0 ? BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.FormComponents.FormDivider, {