Remove currentUserHasListings call from Inbox duck

This commit is contained in:
Kimmo Puputti 2017-05-09 09:32:12 +03:00
parent f7d090c350
commit d087a3e1fa
2 changed files with 0 additions and 3 deletions

View file

@ -138,7 +138,6 @@ export const loadData = (params, search) =>
}
dispatch(fetchOrdersOrSalesRequest());
dispatch(fetchCurrentUserHasListings());
const { page = 1 } = parse(search);

View file

@ -33,7 +33,6 @@ describe('InboxPage', () => {
lastTransitionedAt: new Date(Date.UTC(2016, 0, 15)),
}),
],
currentUserHasListings: true,
intl: fakeIntl,
};
@ -67,7 +66,6 @@ describe('InboxPage', () => {
lastTransitionedAt: new Date(Date.UTC(2016, 0, 15)),
}),
],
currentUserHasListings: true,
intl: fakeIntl,
};