This commit is contained in:
root 2019-08-29 11:38:15 +05:30
parent da5ebaeabb
commit 6a3336f6be

View File

@ -92,7 +92,7 @@ export class LatestblocksComponent implements OnInit {
this.DifferentList.forEach(DifferentList => {
this.FirstPageListData.unshift(DifferentList);
this.createBlock(DifferentList)
//this.createBlock(DifferentList)
});
console.log("DifferentList",this.DifferentList);