mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
Remove currentUserHasListings call from Inbox duck
This commit is contained in:
parent
f7d090c350
commit
d087a3e1fa
2 changed files with 0 additions and 3 deletions
|
|
@ -138,7 +138,6 @@ export const loadData = (params, search) =>
|
|||
}
|
||||
|
||||
dispatch(fetchOrdersOrSalesRequest());
|
||||
dispatch(fetchCurrentUserHasListings());
|
||||
|
||||
const { page = 1 } = parse(search);
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue