bugfixing
This commit is contained in:
parent
c0f1be4ebc
commit
2a8c9d97c8
@ -15,6 +15,8 @@
|
|||||||
"marketValue",
|
"marketValue",
|
||||||
"avgPricePaid",
|
"avgPricePaid",
|
||||||
"weight",
|
"weight",
|
||||||
|
"price",
|
||||||
|
"changesPercentage",
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const defaultList = [
|
const defaultList = [
|
||||||
@ -23,7 +25,7 @@
|
|||||||
{ name: "Shares", rule: "sharesNumber" },
|
{ name: "Shares", rule: "sharesNumber" },
|
||||||
{ name: "% Change Shares", rule: "changeInSharesNumberPercentage" },
|
{ name: "% Change Shares", rule: "changeInSharesNumberPercentage" },
|
||||||
{ name: "Market Value", rule: "marketValue" },
|
{ name: "Market Value", rule: "marketValue" },
|
||||||
{ name: "Avg Price", rule: "avgPricePaid" },
|
{ name: "Avg. Price Paid", rule: "avgPricePaid" },
|
||||||
{ name: "% Weight", rule: "weight" },
|
{ name: "% Weight", rule: "weight" },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user