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}