add text for upcoming earnings
This commit is contained in:
parent
4f1d49b23b
commit
ed4c4a9f62
@ -387,6 +387,7 @@ onMount( async() => {
|
|||||||
</div>
|
</div>
|
||||||
</Card.Header>
|
</Card.Header>
|
||||||
<Card.Content>
|
<Card.Content>
|
||||||
|
{#if data?.getDashboard?.upcomingEarnings?.length !== 0}
|
||||||
<ul style="padding-left: 5px;">
|
<ul style="padding-left: 5px;">
|
||||||
{#each data?.getDashboard?.upcomingEarnings as item}
|
{#each data?.getDashboard?.upcomingEarnings as item}
|
||||||
<li style="margin-left: 8px; line-height: 22px; margin-bottom: 30px; list-style-type: disc;">
|
<li style="margin-left: 8px; line-height: 22px; margin-bottom: 30px; list-style-type: disc;">
|
||||||
@ -404,6 +405,9 @@ onMount( async() => {
|
|||||||
|
|
||||||
{/each}
|
{/each}
|
||||||
</ul>
|
</ul>
|
||||||
|
{:else}
|
||||||
|
Currently, there are no upcoming earnings reports available that include the latest analyst estimates.
|
||||||
|
{/if}
|
||||||
</Card.Content>
|
</Card.Content>
|
||||||
</Card.Root>
|
</Card.Root>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user