"view more" links - placeholders

This commit is contained in:
nymkappa
2022-03-05 17:21:11 +01:00
parent dd43ba2f2c
commit f84a7535de
8 changed files with 103 additions and 24 deletions

View File

@@ -115,7 +115,7 @@ export class HashrateChartComponent implements OnInit {
}
return {
availableTimespanDay: availableTimespanDay,
difficulty: this.tableOnly ? tableData.slice(0, 8) : tableData
difficulty: this.tableOnly ? (this.isMobile() ? tableData.slice(0, 12) : tableData.slice(0, 9)) : tableData
};
}),
);