From 77c37e6e11d37fb80233a41f1ef89da3905962ec Mon Sep 17 00:00:00 2001 From: Ushie Date: Sat, 14 Jun 2025 05:07:54 +0300 Subject: [PATCH] fix: Correctly close div tag for expandable tags section --- src/routes/announcements/TagsHost.svelte | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/routes/announcements/TagsHost.svelte b/src/routes/announcements/TagsHost.svelte index b446f55..eea353f 100644 --- a/src/routes/announcements/TagsHost.svelte +++ b/src/routes/announcements/TagsHost.svelte @@ -49,9 +49,19 @@ /> {/each} - {#if expandable && tags.length > 1} -
  • - +
  • + {/if} +