Skip to content

Commit

Permalink
web-ui: Render block rewards only when available
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexITC committed Jan 27, 2019
1 parent b7d2dc0 commit 2e45d79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h2 class="col-xs-12">{{'label.block' | translate}} #{{blockDetails.block.height
</div>

<!-- rewards -->
<div class="col-xs-12 col-md-offset-1 col-md-4">
<div class="col-xs-12 col-md-offset-1 col-md-4" *ngIf="blockDetails.rewards != null">
<div class="table-responsive">
<!-- PoW -->
<div *ngIf="isPoW(blockDetails)">
Expand Down

0 comments on commit 2e45d79

Please sign in to comment.