Latest block design updates.

This commit is contained in:
softsimon
2020-02-29 23:42:50 +07:00
parent 39394e1178
commit 943d96ee8c
7 changed files with 42 additions and 47 deletions

View File

@@ -37,7 +37,7 @@ export class LatestBlocksComponent implements OnInit, OnDestroy {
return;
}
if (block.height === this.blocks[0].height) {
if (block.height <= this.blocks[0].height) {
return;
}