Comma updated
This commit is contained in:
parent
d79a0f66ae
commit
40df505308
@ -1170,7 +1170,7 @@ export class BlockchainBlockController {
|
||||
blocks.push(parseInt(e.blocks));
|
||||
});
|
||||
|
||||
if(date.length == 0){
|
||||
if(blockDate.length == 0){
|
||||
date = [moment(Date.now()).format('YYYY-MM-DD')];
|
||||
blockDate = [moment(Date.now()).format('YYYY-MM-DD')];
|
||||
blocks = [0];
|
||||
|
@ -48,7 +48,7 @@
|
||||
class="count mb-0"
|
||||
[ngClass]="latestblockdetail.blink == true ? 'item-highlight' : ''"
|
||||
>
|
||||
{{ latestblockdetail.letest_block_num | number }} <span class="">{{ latestblockdetail.letest_block_duration | number }}</span>
|
||||
{{ latestblockdetail.letest_block_num | number }} <span class="">{{ latestblockdetail.letest_block_duration }}</span>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user