Skip to content

Commit

Permalink
missed change
Browse files Browse the repository at this point in the history
  • Loading branch information
rrelyea committed Oct 19, 2024
1 parent ccc7910 commit e828c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pages/Portfolio-Review.razor
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ else
<p><b>Person @personIndex:</b> </p>

<EditForm Model="person" style=margin-left:25px>
<label>Age:</label> <input style=width:60px type=number min=0 max=125 @bind-Value=person.Age @bind-Value:event=oninput /> (on {@appData.FamilyData.Year}'s birthday)<br />
<label>Age:</label> <input style=width:60px type=number min=0 max=125 @bind-Value=person.Age @bind-Value:event=oninput /> (after birthday in @appData.FamilyData.Year)<br />

@if (person?.FamilyData?.PersonCount > 1)
{
Expand Down

0 comments on commit e828c86

Please sign in to comment.