subvind-components
Advanced tools
+1
-1
@@ -12,3 +12,3 @@ <script>import { onMount } from "svelte"; | ||
| <li><a class="subheader">Menu</a></li> | ||
| {#if organization.menu} | ||
| {#if organization.menu && organization.menu.length} | ||
| {#each organization.menu as menu} | ||
@@ -15,0 +15,0 @@ <li><a href={menu.url} target="_self" class="waves-effect" ><i class="material-icons">{menu.icon}</i>{menu.name}</a></li> |
+1
-1
| { | ||
| "name": "subvind-components", | ||
| "version": "0.0.18", | ||
| "version": "0.0.19", | ||
| "scripts": { | ||
@@ -5,0 +5,0 @@ "dev": "vite dev", |
49131
0.06%