Skip to content

Commit

Permalink
fix(user): show followed users ranking when display name is set
Browse files Browse the repository at this point in the history
  • Loading branch information
wescopeland committed Jan 30, 2025
1 parent 88e9db7 commit 5a3e91b
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 5a3e91b

Please sign in to comment.