forked from hazza/dspace-angular
fix lint
This commit is contained in:
@@ -89,8 +89,8 @@ export class AdminNotifyDashboardComponent implements OnInit{
|
|||||||
return {
|
return {
|
||||||
...notAggregateBox,
|
...notAggregateBox,
|
||||||
count: boxesWithCount.find(boxWithCount => boxWithCount.config === notAggregateBox.config)?.count
|
count: boxesWithCount.find(boxWithCount => boxWithCount.config === notAggregateBox.config)?.count
|
||||||
}
|
};
|
||||||
})
|
});
|
||||||
return {
|
return {
|
||||||
...rowBox,
|
...rowBox,
|
||||||
count: currentRowBoxesWithCount.map(box => box.count).reduce((accumulator, currentValue) => {
|
count: currentRowBoxesWithCount.map(box => box.count).reduce((accumulator, currentValue) => {
|
||||||
|
Reference in New Issue
Block a user