Merge branch 'master' into nymkappa/clip-label-overflow

This commit is contained in:
softsimon
2023-07-19 11:31:01 +09:00
committed by GitHub
145 changed files with 8938 additions and 9065 deletions

View File

@@ -68,7 +68,7 @@ export class PoolComponent implements OnInit {
return this.apiService.getPoolStats$(slug);
}),
tap(() => {
this.loadMoreSubject.next(this.blocks[this.blocks.length - 1]?.height);
this.loadMoreSubject.next(this.blocks[0]?.height);
}),
map((poolStats) => {
this.seoService.setTitle(poolStats.pool.name);