mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: fix accounts issue.
This commit is contained in:
@@ -6,7 +6,7 @@ export default (mapState) => {
|
||||
const mapStateToProps = (state, props) => {
|
||||
|
||||
const mapped = {
|
||||
customersViews: getResourceViews(state, 'customers'),
|
||||
customersViews: getResourceViews(state, props, 'customers'),
|
||||
customersItems: Object.values(state.customers.items),
|
||||
customers: getCustomersItems(state, state.customers.currentViewId),
|
||||
customersLoading: state.customers.loading,
|
||||
|
||||
Reference in New Issue
Block a user