feature: main page - ranking list
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
/>
|
||||
@endforeach
|
||||
|
||||
@if($currentUserRankItem && $currentUserRankItem->rank > 5)
|
||||
@if($currentUserRankItem)
|
||||
<div class="my-3 border-t border-dashed border-gray-100 mx-2"></div>
|
||||
<x-ranking-item
|
||||
rank="{{ $currentUserRankItem->rank }}"
|
||||
|
||||
Reference in New Issue
Block a user