Skip to content

Commit

Permalink
Update AnswerPost.razor
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed May 5, 2024
1 parent 4006346 commit 62d528a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp/Components/Shared/AnswerPost.razor
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</div>
</div>
</div>
<div>
<div class="w-full">
@if (Question.Meta?.ModelVotes?.TryGetValue(Answer.CreatedBy!, out var votes) == true &&
Question.Meta?.ModelReasons?.TryGetValue(Answer.CreatedBy!, out var reason) == true)
{
Expand Down

0 comments on commit 62d528a

Please sign in to comment.