bugfixing

This commit is contained in:
MuslemRahimi 2024-12-01 22:52:19 +01:00
parent c0f1be4ebc
commit 2a8c9d97c8

View File

@ -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" },
]; ];