mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
fix lint
This commit is contained in:
@@ -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) => {
|
||||
|
Reference in New Issue
Block a user