Skip to content

Commit

Permalink
short time in all investments view
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelyea committed Jun 21, 2023
1 parent 50f07fa commit 11cfd2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pages/Portfolio.razor
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Portfolio@(stepPath==null?": review":": "+stepPath.Replace('-',' ')) - bogle.too
<td style=text-align:right;padding-left:8px>@formatDoubleFourDecimal(investment.Shares)</td>
<td style=text-align:right;padding-left:8px>@formatMoney(investment.Value)</td>
<td style=text-align:right;padding-left:8px>@formatPercent3(investment.PercentChange)</td>
<td style=text-align:right;padding-left:8px>@investment.LastUpdated</td>
<td style=text-align:right;padding-left:8px>@investment.LastUpdated?.ToShortTimeString()</td>
</tr>
}
}
Expand Down

0 comments on commit 11cfd2b

Please sign in to comment.