1
0
Fork 0
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:
Fedor Katurov 2023-11-13 22:00:11 +06:00
parent 5fe6d8b869
commit afc04abfd4
2 changed files with 5 additions and 6 deletions

View file

@ -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>