mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fix navigation from tag sidebar
This commit is contained in:
parent
5fe6d8b869
commit
afc04abfd4
2 changed files with 5 additions and 6 deletions
|
@ -47,7 +47,7 @@ const TagSidebar: VFC<TagSidebarProps> = ({ tag, onRequestClose }) => {
|
|||
loadMore={loadMore}
|
||||
className={styles.list}
|
||||
>
|
||||
<TagSidebarList nodes={nodes} onClick={onRequestClose} />
|
||||
<TagSidebarList nodes={nodes} />
|
||||
</InfiniteScroll>
|
||||
)}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue