Skip to content

Commit

Permalink
+ display EnSentence
Browse files Browse the repository at this point in the history
  • Loading branch information
NicklausBrain committed Dec 1, 2024
1 parent 20b699d commit d605cfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions My1kWordsEe/Components/Pages/Games/ListenToEeGamePage.razor
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@
{
<li class="list-group-item list-group-item-success">
@checkResult.EeSentence
<br />
(@checkResult.EnSentence)
</li>
}
else
Expand All @@ -97,6 +99,8 @@
</li>
<li class="list-group-item list-group-item-success">
@checkResult.EeSentence
<br />
(@checkResult.EnSentence)
</li>
<li class="list-group-item list-group-item-info">
@checkResult.EnComment
Expand Down

0 comments on commit d605cfc

Please sign in to comment.