Fix notesList more button notes count
This commit is contained in:
parent
6d0067b806
commit
87ef6ceacc
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ const NotesList = forwardRef(({ onClick, onContextMenu, onAddChildButtonDown, on
|
|||
{allNotes.length > visibleNotes.length
|
||||
&& <div className="more-row" onClick={handleClickMore}>{
|
||||
Zotero.getString('general.numMore', Zotero.Utilities.numberFormat(
|
||||
[(allNotes.length - visibleNotes.length) - MAX_UNEXPANDED_ALL_NOTES], 0))
|
||||
[allNotes.length - visibleNotes.length], 0))
|
||||
}</div>
|
||||
}
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue