fix tests

This commit is contained in:
FrancescoMolinaro
2023-12-29 12:45:47 +01:00
parent a43cb352fd
commit 6a41dce3be
3 changed files with 38 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ export class AdminNotifyDashboardComponent implements OnInit{
return {
...row,
boxes: row.boxes.map(rowBox => {
// TODO remove aggregate once rest is updated
if (rowBox.isRowAggregateCount) {
const currentRowBoxesWithCount = row.boxes.filter(box => !box.isRowAggregateCount)
.map(notAggregateBox => {