mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-04-04 16:45:30 +00:00
fix lint
This commit is contained in:
parent
a4822ffc28
commit
e0f94612b3
@ -37,7 +37,6 @@ export function ItemTitle({
|
|||||||
|
|
||||||
const title = item.name ?? item.layer?.item_default_name
|
const title = item.name ?? item.layer?.item_default_name
|
||||||
const subtitle = item.subname
|
const subtitle = item.subname
|
||||||
const subtitleLabel = item.layer?.itemType.subtitle_label
|
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!containerRef.current || !title) {
|
if (!containerRef.current || !title) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user