Skip to content

Commit

Permalink
automatic chores: linting [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-automatic-chores committed Jun 4, 2024
1 parent 287b14f commit 52ce3e4
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,7 @@ export const createPortfolioAggregationReducer = (
(v) => v.id.toString() === props.defaultViewId?.toString()
)
} else if (props.dataSource) {
currentView = _.find(
state.views,
(v) => v.title === props.dataSource
)
currentView = _.find(state.views, (v) => v.title === props.dataSource)
} else {
currentView = _.find(state.views, (v) => v.isDefault)
}
Expand Down

0 comments on commit 52ce3e4

Please sign in to comment.