X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/a7cf03c192470cbab13edeb1aec99e0c66dede10..d0ef4b5a008b614a171f7000ae937f9f608727f4:/src/lib/components/post/post.svelte diff --git a/src/lib/components/post/post.svelte b/src/lib/components/post/post.svelte index 4e6c28f..d909be1 100644 --- a/src/lib/components/post/post.svelte +++ b/src/lib/components/post/post.svelte @@ -23,11 +23,11 @@ {timestampToISO(post.created_at)} - {#if post.topic} - - ({$_('post.topic_location')} {post.topic.title}.) - - {/if} + {#if post.topic} + + ({$_('post.topic_location')} {post.topic.title}.) + + {/if}