diff --git a/svelte-ui/src/components/ItemLink.svelte b/svelte-ui/src/components/ItemLink.svelte index a870c01..163e4ff 100644 --- a/svelte-ui/src/components/ItemLink.svelte +++ b/svelte-ui/src/components/ItemLink.svelte @@ -15,7 +15,12 @@
- {item.name} ({item.groupWeight}) + + {item.name} + {#if item.groupWeight !== 1} + ({item.groupWeight}) + {/if} +
diff --git a/svelte-ui/src/components/ProjectSelect.svelte b/svelte-ui/src/components/ProjectSelect.svelte index b4553f4..0f0525c 100644 --- a/svelte-ui/src/components/ProjectSelect.svelte +++ b/svelte-ui/src/components/ProjectSelect.svelte @@ -1,6 +1,7 @@