diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index 9767fbdd29..6c7062a7be 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -6525,7 +6525,7 @@ module.exports = (_ => { currentPage: this.state.offset + 1, pageSize: this.props.amount, maxVisiblePages: this.props.maxVisiblePages, - onPageChange: page => {this.handleJump(isNaN(parseInt(page)) ? -1 : page - 1);} + onPageChange: page => this.handleJump(isNaN(parseInt(page)) ? -1 : page - 1) }), this.props.jump && BDFDB.ReactUtils.createElement(Internal.LibraryComponents.TextInput, { type: "number",