Skip to content

Commit c444bd0

Browse files
committed
NavBar
Added params Signed-off-by: smarcet <smarcet@gmail.com>
1 parent 468a45e commit c444bd0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

navbar/ui/source/actions.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,8 @@ export const fetchAll = () => (dispatch) => {
6767
null,
6868
createAction(RECEIVE_SPONSORED_PROJECTS),
6969
`${baseUrl}/api/public/v1/sponsored-projects`,
70-
errorHandler,
71-
params
72-
)({})(dispatch).then(() => {
70+
errorHandler
71+
)(params)(dispatch).then(() => {
7372
dispatch(stopLoading());
7473
}
7574
);

0 commit comments

Comments
 (0)