This commit is contained in:
FrancescoMolinaro
2023-12-29 12:25:54 +01:00
parent 01a41570d6
commit a43cb352fd

View File

@@ -89,8 +89,8 @@ export class AdminNotifyDashboardComponent implements OnInit{
return {
...notAggregateBox,
count: boxesWithCount.find(boxWithCount => boxWithCount.config === notAggregateBox.config)?.count
}
})
};
});
return {
...rowBox,
count: currentRowBoxesWithCount.map(box => box.count).reduce((accumulator, currentValue) => {