X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/58f7d52150456713d3132408668a92d0f6f3d084..879fa389c2592760def75177eefbd3193e1845c9:/src/components/post/post.svelte?ds=sidebyside diff --git a/src/components/post/post.svelte b/src/components/post/post.svelte index 5d8ef1c..fd9e580 100644 --- a/src/components/post/post.svelte +++ b/src/components/post/post.svelte @@ -23,11 +23,9 @@ {timestampToISO(post.created_at)} - {#if post.topic} - - ({$_('post.topic_location')} {post.topic.title}.) - - {/if} + + ({$_('post.topic_location')} {post.topic.title}.) +