Skip to content

Commit

Permalink
fix block consolidations on slot details page
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed May 13, 2024
1 parent e29d856 commit e7d3458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions handlers/slot.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ func Slot(w http.ResponseWriter, r *http.Request) {
"slot/voluntary_exits.html",
"slot/slashings.html",
"slot/blobs.html",
"slot/consolidations.html",
)
var notfoundTemplateFiles = append(layoutTemplateFiles,
"slot/notfound.html",
Expand Down
2 changes: 1 addition & 1 deletion templates/slot/consolidations.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ define "block_consolidations" }}
{{ define "block_consolidation" }}
<div class="table-ellipsis px-0">
<table class="table" id="block_consolidations">
<thead>
Expand Down

0 comments on commit e7d3458

Please sign in to comment.