Removing the term ELECTRS from ELECTRS_ITEMS_PER_PAGE setting.

This commit is contained in:
softsimon
2021-01-11 21:11:09 +07:00
parent 103740ec45
commit f462cb27c6
3 changed files with 4 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ export class BlockComponent implements OnInit, OnDestroy {
this.websocketService.want(['blocks', 'mempool-blocks']);
this.paginationMaxSize = window.matchMedia('(max-width: 700px)').matches ? 3 : 5;
this.network = this.stateService.network;
this.itemsPerPage = this.stateService.env.ELECTRS_ITEMS_PER_PAGE;
this.itemsPerPage = this.stateService.env.ITEMS_PER_PAGE;
this.txsLoadingStatus$ = this.route.paramMap
.pipe(