bugfixing
This commit is contained in:
parent
8ddcab5a4f
commit
a8356bc062
@ -37,7 +37,7 @@
|
||||
$: {
|
||||
if ($etfTicker && typeof window !== "undefined") {
|
||||
info = data?.getETFProfile?.at(0);
|
||||
topHoldingList = data?.getETFHoldings;
|
||||
topHoldingList = data?.getETFHoldings?.holdings;
|
||||
dividendHistoryList = data?.getStockDividend?.history;
|
||||
dividendYield = data?.getStockDividend?.dividendYield;
|
||||
provider = info?.etfProvider;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user