Skip to content

Commit

Permalink
Merge branch 'CW-2256-unread-filtretation-inbox' of https://github.co…
Browse files Browse the repository at this point in the history
…m/daostack/common-web into CW-2256-unread-filtretation-inbox
  • Loading branch information
pvm-code committed Oct 31, 2023
2 parents 575743f + f27a1f3 commit c648c33
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/shared/hooks/useCases/useInboxItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,7 @@ export const useInboxItems = (

const refetch = () => {
dispatch(inboxActions.resetInboxItems());
dispatch(
inboxActions.getInboxItems.request({
limit: 15,
unread: options?.unread,
}),
);
fetch();
}

useEffect(() => {
Expand Down

0 comments on commit c648c33

Please sign in to comment.