This commit is contained in:
Anton Tranelis 2025-10-12 08:32:41 +02:00
parent a4822ffc28
commit e0f94612b3

View File

@ -37,7 +37,6 @@ export function ItemTitle({
const title = item.name ?? item.layer?.item_default_name
const subtitle = item.subname
const subtitleLabel = item.layer?.itemType.subtitle_label
useEffect(() => {
if (!containerRef.current || !title) {