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}