Update client/src/components/layouts/components/guide/redux/side-navigation-saga.js
Co-Authored-By: ahmadabdolsaheb <ahmad.abdolsaheb@gmail.com>
This commit is contained in:
@ -27,5 +27,5 @@ function* expandSideNavOnMountSaga() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export function createSideNavigationSaga() {
|
export function createSideNavigationSaga() {
|
||||||
return [takeEvery(appTypes.appMount, showDonateModalSaga)];
|
return [takeEvery(appTypes.appMount, expandSideNavOnMountSaga)];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user