X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/74b03c33ff37d7363721bc2c33abb867dc9ea87c..fb76052a02708a8fafa310d99d7d7b403b4b7ad8:/src/components/topic/topic.svelte diff --git a/src/components/topic/topic.svelte b/src/components/topic/topic.svelte index 9be7346..c0dbfbc 100644 --- a/src/components/topic/topic.svelte +++ b/src/components/topic/topic.svelte @@ -1,46 +1,44 @@ -{#if $store.loading} - -{/if} -{#if $store.error} - -{/if} -{#if topic} -
-

{topic.title}

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

{topic.title}

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