diff --git a/src/lib/components/PostSection.svelte b/src/lib/components/PostSection.svelte
index 250cf24c..c58e4b41 100644
--- a/src/lib/components/PostSection.svelte
+++ b/src/lib/components/PostSection.svelte
@@ -516,13 +516,13 @@ $: {
{posts?.title}
-
- {#if !isVideoClicked[posts.id] }
+
- {/if}
{/if}
diff --git a/src/routes/community/post/[postId]/+page.svelte b/src/routes/community/post/[postId]/+page.svelte
index ed6f4100..e1f41fbb 100644
--- a/src/routes/community/post/[postId]/+page.svelte
+++ b/src/routes/community/post/[postId]/+page.svelte
@@ -690,6 +690,10 @@
{/if}
{:else}
+
+ {post?.title}
+
+