From d847a1b1d5b381d088f98e8681ee53ff9e8adc18 Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Sat, 11 Jan 2025 09:59:48 +0100 Subject: [PATCH] bugfixing --- src/routes/stocks/[tickerID]/+layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/stocks/[tickerID]/+layout.svelte b/src/routes/stocks/[tickerID]/+layout.svelte index f753952b..c4100577 100644 --- a/src/routes/stocks/[tickerID]/+layout.svelte +++ b/src/routes/stocks/[tickerID]/+layout.svelte @@ -806,7 +806,7 @@ {/if} - {#if Object?.keys(prePostData)?.length !== 0 && !$isOpen && prePostData?.timestamp > 0} + {#if Object?.keys(prePostData)?.length !== 0 && !$isOpen}