This commit is contained in:
root 2019-08-29 11:28:14 +05:30
parent 8fff7d2527
commit de6d595986

View File

@ -88,10 +88,11 @@ export class LatestblocksComponent implements OnInit {
console.log("socket result", this.Merged_data);
console.log("First page result",this.FirstPageListData);
this.DifferentList.sort((a, b) => (a.blockchain_block_height) - (b.blockchain_block_height));
this.DifferentList.forEach(DifferentList => {
this.FirstPageListData.unshift(DifferentList);
//this.createBlock(DifferentList)
this.createBlock(DifferentList)
});
console.log("DifferentList",this.DifferentList);