bugfixing

This commit is contained in:
MuslemRahimi 2024-12-05 22:26:36 +01:00
parent 1427713528
commit 80ef2173e0
3 changed files with 2 additions and 3 deletions

View File

@ -485,7 +485,7 @@
{#if !editMode}
<HoverStockChart
symbol={item?.symbol}
assetType={item?.assetType}
assetType={item?.type}
/>
{:else}
{item?.symbol}

View File

@ -237,7 +237,6 @@
watchList = output?.data;
news = output?.news;
console.log(news);
earnings = output?.earnings;
news = news?.map((item) => {