diff --git a/src/lib/cards/node/NodeListCard.svelte b/src/lib/cards/node/NodeListCard.svelte index e5648dc..5fc5e78 100644 --- a/src/lib/cards/node/NodeListCard.svelte +++ b/src/lib/cards/node/NodeListCard.svelte @@ -41,10 +41,12 @@
- {node.givenName} - {#if node.tags.length > 0} - - {/if} + + {node.givenName} + {#if node.tags.length > 0} + + {/if} +
diff --git a/src/lib/parts/NodeTagsIcon.svelte b/src/lib/parts/NodeTagsIcon.svelte index 9be8a30..142d6bf 100644 --- a/src/lib/parts/NodeTagsIcon.svelte +++ b/src/lib/parts/NodeTagsIcon.svelte @@ -18,7 +18,7 @@ state: ({ state }) => { popupOpen = state; }, - }; + }); {#if tags.length > 0}