bugfixing
This commit is contained in:
parent
1427713528
commit
80ef2173e0
@ -85,7 +85,7 @@ export const computeGrowthSingleList = (data, actualList) => {
|
||||
return formattedTimeString;
|
||||
}
|
||||
|
||||
export const groupEarnings = (earnings) => {
|
||||
export const groupEarnings = (earnings) => {
|
||||
return Object?.entries(
|
||||
earnings
|
||||
?.reduce((acc, item) => {
|
||||
|
||||
@ -485,7 +485,7 @@
|
||||
{#if !editMode}
|
||||
<HoverStockChart
|
||||
symbol={item?.symbol}
|
||||
assetType={item?.assetType}
|
||||
assetType={item?.type}
|
||||
/>
|
||||
{:else}
|
||||
{item?.symbol}
|
||||
|
||||
@ -237,7 +237,6 @@
|
||||
|
||||
watchList = output?.data;
|
||||
news = output?.news;
|
||||
console.log(news);
|
||||
earnings = output?.earnings;
|
||||
|
||||
news = news?.map((item) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user