From ed4c4a9f62e4a862e2aa4a15d0e55eb24aa2249b Mon Sep 17 00:00:00 2001 From: MuslemRahimi Date: Thu, 22 Aug 2024 12:04:05 +0200 Subject: [PATCH] add text for upcoming earnings --- src/routes/home/+page.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/routes/home/+page.svelte b/src/routes/home/+page.svelte index ad23b1db..f17019e5 100644 --- a/src/routes/home/+page.svelte +++ b/src/routes/home/+page.svelte @@ -387,6 +387,7 @@ onMount( async() => { + {#if data?.getDashboard?.upcomingEarnings?.length !== 0} + {:else} + Currently, there are no upcoming earnings reports available that include the latest analyst estimates. + {/if}