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