Skip to content

Commit

Permalink
Fix bug in dashboard not showing recent challenges
Browse files Browse the repository at this point in the history
  • Loading branch information
veloek committed Sep 5, 2024
1 parent 6f0c15c commit 0ad5020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tevling/Pages/Dashboard.razor
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<div class="d-flex flex-column recent-outdated-challenges mb-5">
<h3 class="mb-4">Your recently completed challenges</h3>
@if (!ActiveChallenges.Any())
@if (!RecentOutdatedChallenges.Any())
{
<span>You have no completed challenges, how about joining one? 😌 </span>
}
Expand Down

0 comments on commit 0ad5020

Please sign in to comment.