diff --git a/src/lib/components/PostCard.svelte b/src/lib/components/PostCard.svelte
index a97fa1b..3dcba26 100644
--- a/src/lib/components/PostCard.svelte
+++ b/src/lib/components/PostCard.svelte
@@ -123,7 +123,10 @@
@{post.authorName}
-
+ {#if $sesionStore?.accessToken}
+
+ {/if}
+
{#if post.authorName === $sesionStore?.username}