mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 03:23:07 +00:00
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