Skip to content

Commit

Permalink
Merge pull request #10 from mcbeev/dsd-updates
Browse files Browse the repository at this point in the history
Update TeamScoreBoardItem.razor
  • Loading branch information
mcbeev authored Dec 12, 2023
2 parents 481cc31 + b9c7f84 commit fdef5d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Components/TeamScoreBoardItem.razor
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else
} *@
<div>
<p>Score: @Team.TeamScore</p>
@Team.TeamFramesLeft frames left

</div>
</div>
</a>
Expand All @@ -41,4 +41,4 @@ else
{
Team = TeamService.GetTeamByCodeName(Team.CodeName);
}
}
}

0 comments on commit fdef5d1

Please sign in to comment.