fix: resolve new notes button not displaying
This commit is contained in:
parent
584777328c
commit
336c6e993a
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ const NoteList = forwardRef(
|
|||
idSet.add(id)
|
||||
return true
|
||||
})
|
||||
}, [events, showCount, shouldHideEvent])
|
||||
}, [newEvents, shouldHideEvent])
|
||||
|
||||
const scrollToTop = (behavior: ScrollBehavior = 'instant') => {
|
||||
setTimeout(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue