Fixed issue with Bookmarks with no tags not being returned

This commit is contained in:
2023-03-04 22:23:22 -06:00
parent ba2bcb931f
commit e240d1fdac
4 changed files with 28 additions and 19 deletions

View File

@ -328,7 +328,7 @@ export function BookmarksListView(props) {
}
</Col>
<Col xs="3">
{ getTagGroups(getNotSelectedTags()).length <= 0 && <div className="fs-3">No Tags gound</div> }
{ getTagGroups(getNotSelectedTags()).length <= 0 && <div className="fs-3">No Tags found</div> }
{
getTagGroups(getNotSelectedTags()).map((group) => {
return <div key={group.name} className="mb-3">