fix: closure warning
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
return `${items.length} Einräge`;
|
||||
});
|
||||
|
||||
let component = iconComponentMapping[icon as LucideIconName];
|
||||
let component = $derived(iconComponentMapping[icon as LucideIconName]);
|
||||
</script>
|
||||
|
||||
<article>
|
||||
|
||||
Reference in New Issue
Block a user