mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
Fix Reload button bug introduced in 59df221
This commit is contained in:
parent
8204f0829a
commit
1e1a78fbe9
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ const sortBy = props => {
|
|||
{ maxCommentsField > props.global.state.maxComments && props.global.state.maxComments < maxCommentsLimit && !props.reloadingComments &&
|
||||
<span className='nowrap'>
|
||||
<span className='space' />
|
||||
<input onClick={() => {props.global.loadMaxComments(); setReloadVisible(false)}} type='button' value='Reload' />
|
||||
<input onClick={() => {props.global.loadMaxComments()}} type='button' value='Reload' />
|
||||
</span> }
|
||||
</div>
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue