Skip to content

Commit

Permalink
fix(user): show followed users ranking when display name is set (#3150)
Browse files Browse the repository at this point in the history
  • Loading branch information
wescopeland authored Jan 31, 2025
1 parent dd877d0 commit 221da36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/pages-legacy/userInfo.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
:userScoreData="$userScoreData"
/>

@if ($user !== null && $user === $userPage)
@if ($user !== null && $user === $userPageModel['User'])
<x-user.followed-leaderboard :user="$userPageModel" />
@endif
</x-slot>
Expand Down

0 comments on commit 221da36

Please sign in to comment.