Comma updated

This commit is contained in:
raja.blaze 2019-08-19 13:45:19 +05:30
parent d79a0f66ae
commit 40df505308
2 changed files with 2 additions and 2 deletions

View File

@ -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];

View File

@ -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>