Skip to content

Commit

Permalink
fix withdrawal requests tab
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed May 15, 2024
1 parent e562aa4 commit 8ebd8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/slot/slot.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h1 class="h4 my-3 mb-md-0 h1-pager">
{{ end }}
{{ if gt .Block.WithdrawalRequestsCount 0 }}
<li class="nav-item">
<a class="nav-link" id="withdrawalRequests" data-bs-toggle="tab" href="#withdrawalRequests" role="tab" aria-controls="withdrawalRequests" aria-selected="false">Withdrawal Requests <span class="badge bg-secondary text-white">{{ .Block.WithdrawalRequestsCount }}</span></a>
<a class="nav-link" id="withdrawalRequests-tab" data-bs-toggle="tab" href="#withdrawalRequests" role="tab" aria-controls="withdrawalRequests" aria-selected="false">Withdrawal Requests <span class="badge bg-secondary text-white">{{ .Block.WithdrawalRequestsCount }}</span></a>
</li>
{{ end }}
{{ if gt .Block.ConsolidationsCount 0 }}
Expand Down

0 comments on commit 8ebd8ee

Please sign in to comment.