diff --git a/src/pages/thread/SortBy.js b/src/pages/thread/SortBy.js index 7e96c7a..26ac413 100644 --- a/src/pages/thread/SortBy.js +++ b/src/pages/thread/SortBy.js @@ -48,7 +48,7 @@ const sortBy = props => { { maxCommentsField > props.global.state.maxComments && props.global.state.maxComments < maxCommentsLimit && !props.reloadingComments && - {props.global.loadMaxComments(); setReloadVisible(false)}} type='button' value='Reload' /> + {props.global.loadMaxComments()}} type='button' value='Reload' /> } )