diff --git a/views/includes/block-content.pug b/views/includes/block-content.pug index fc3ca8b..ca05e76 100644 --- a/views/includes/block-content.pug +++ b/views/includes/block-content.pug @@ -56,7 +56,8 @@ div(class="tab-content") th(class="table-active properties-header") Size td(class="monospace") span #{result.getblock.size.toLocaleString()} bytes - span(class="text-muted") (weight: #{result.getblock.weight.toLocaleString()}) + if (result.getblock.weight) + span(class="text-muted") (weight: #{result.getblock.weight.toLocaleString()}) tr th(class="table-active properties-header") Confirmations