Browse Source

typo

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
ae9b22f031
  1. 2
      views/includes/block-content.pug

2
views/includes/block-content.pug

@ -143,7 +143,7 @@ div(class="tab-content")
else else
span Transactions span Transactions
if (!demoSite && !crawlerBot && txCount > 20) if (!config.demoSite && !crawlerBot && txCount > 20)
div(class="col-md-8 text-right") div(class="col-md-8 text-right")
span(class="mr-2") Show span(class="mr-2") Show
div(class="btn-group", role="group") div(class="btn-group", role="group")

Loading…
Cancel
Save