Skip to content

Commit

Permalink
fixed frontpage issue with orphaned blocks (ko template issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Sep 8, 2023
1 parent 95e1586 commit f09eb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index/recentSlots.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h5 class="card-title d-flex justify-content-between align-items-center" style="
</td>
<td><a data-bind="attr: {href: '/epoch/'+epoch}, text: $root.formatAddCommas(epoch)"></a></td>
<td>
<div data-bind="if: (status == 2)"><a data-bind="attr: {href: '/slot/' + $root.hexstr(blockRoot)}, text: $root.formatAddCommas(slot)"></a></div>
<div data-bind="if: (status == 2)"><a data-bind="attr: {href: '/slot/' + $root.hexstr(block_root)}, text: $root.formatAddCommas(slot)"></a></div>
<div data-bind="ifnot: (status == 2)"><a data-bind="attr: {href: '/slot/' + slot}, text: $root.formatAddCommas(slot)"></a></div>
</td>
<td>
Expand Down

0 comments on commit f09eb51

Please sign in to comment.