From d78fa010b0b73e2b94b5fb2666107a9b74785c5e Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Wed, 5 Jun 2024 20:13:18 +0200 Subject: [PATCH] update --- src/lib/components/PostSection.svelte | 15 +++++---------- src/routes/community/post/[postId]/+page.svelte | 4 ++++ 2 files changed, 9 insertions(+), 10 deletions(-) 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} +

+