X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/74b03c33ff37d7363721bc2c33abb867dc9ea87c..58f7d52150456713d3132408668a92d0f6f3d084:/src/components/topic/topic.svelte?ds=sidebyside diff --git a/src/components/topic/topic.svelte b/src/components/topic/topic.svelte index 9be7346..181b429 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} +