Handle siteNames for non url items

This commit is contained in:
Jackson Harper
2024-08-26 15:11:19 +08:00
parent 0ed6c5cf86
commit 6597245b9c
2 changed files with 10 additions and 3 deletions

View File

@ -11,7 +11,7 @@ import {
MenuStyle,
FLAIR_ICON_NAMES,
} from './LibraryCardStyles'
import { siteName } from '../../../lib/textFormatting'
import { shouldHideUrl, siteName } from '../../../lib/textFormatting'
import { sortedLabels } from '../../../lib/labelsSort'
import { LIBRARY_LEFT_MENU_WIDTH } from '../../templates/navMenu/LibraryMenu'
import { LibraryHoverActions } from './LibraryHoverActions'