chore: fix build warnings

This commit is contained in:
Elias Schneider
2024-11-02 00:04:27 +01:00
parent ad1d3560f9
commit 725388fcc7
2 changed files with 2 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
</script>
<span
aria-hidden
aria-hidden="true"
class={cn("flex h-9 w-9 items-center justify-center", className)}
{...$$restProps}
>

View File

@@ -22,6 +22,7 @@
if ($userStore?.isAdmin) {
links = [
// svelte-ignore state_referenced_locally
...links,
{ href: '/settings/admin/users', label: 'Users' },
{ href: '/settings/admin/user-groups', label: 'User Groups' },