diff --git a/WebServer/Components/Pages/Home.razor b/WebServer/Components/Pages/Home.razor index 6121ab48..aa2147cd 100644 --- a/WebServer/Components/Pages/Home.razor +++ b/WebServer/Components/Pages/Home.razor @@ -81,14 +81,16 @@
@cur.Symbol
Purchased Quantity: @cur.Quantity
Purchased Price: @cur.PurchasePrice
-Sell Price: @cur.PurchasePrice
+Sell Price: @cur.PurchasePrice
Buy Date: @cur.BuyDate.ToString("MM/dd/yy")
Sell Date: @cur.BuyDate.ToString("MM/dd/yy")