From cac85db02ff00732cf75d473dc3411332f33d845 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 1 May 2022 01:02:58 +0200 Subject: Apply formatting --- src/lib/components/post/post.svelte | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '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}