X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/a7cf03c192470cbab13edeb1aec99e0c66dede10..377653d56eb7af7498ceebc224d6bc45f32f0ae0:/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}