Private
Public Access
1
0

fix: closure warning

This commit is contained in:
2026-02-14 16:23:47 +01:00
parent 51793fc24a
commit 7e0469194f

View File

@@ -9,7 +9,7 @@
return `${items.length} Einräge`;
});
let component = iconComponentMapping[icon as LucideIconName];
let component = $derived(iconComponentMapping[icon as LucideIconName]);
</script>
<article>