diff --git a/src/app/view/home/latestblocks/latestblocks.component.ts b/src/app/view/home/latestblocks/latestblocks.component.ts index a8055aa..0d2f047 100644 --- a/src/app/view/home/latestblocks/latestblocks.component.ts +++ b/src/app/view/home/latestblocks/latestblocks.component.ts @@ -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);