X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/a7cf03c192470cbab13edeb1aec99e0c66dede10..6ccc6f60fc85e665c8a07a169efbe8d09c9d9e8e:/src/lib/components/topic/topic.svelte diff --git a/src/lib/components/topic/topic.svelte b/src/lib/components/topic/topic.svelte index 06f2aeb..7fb4101 100644 --- a/src/lib/components/topic/topic.svelte +++ b/src/lib/components/topic/topic.svelte @@ -1,44 +1,56 @@
-

{topic.title}

+

{topic.title}

- {#if topic.tags.length > 0} + {#if topic.tags} {/if} - {#each topic.posts as post, index} - - {/each} + {#if topic.posts} + {#each topic.posts as post, index} + + {/each} + {/if}