mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
Merge remote-tracking branch 'origin/_tasks'
This commit is contained in:
@@ -96,11 +96,11 @@ const withExpensesViewTabs = connect(mapStateToProps);
|
||||
|
||||
export default compose(
|
||||
withRouter,
|
||||
withViewDetails(),
|
||||
withExpensesViewTabs,
|
||||
withExpensesActions,
|
||||
withDashboardActions,
|
||||
withViewDetails(),
|
||||
withExpenses(({ expensesViews }) => ({
|
||||
expensesViews,
|
||||
})),
|
||||
withExpensesActions,
|
||||
withDashboardActions,
|
||||
)(ExpenseViewTabs);
|
||||
|
||||
Reference in New Issue
Block a user