mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-02 11:07:15 -05:00
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() {
|
||||
return [takeEvery(appTypes.appMount, showDonateModalSaga)];
|
||||
return [takeEvery(appTypes.appMount, expandSideNavOnMountSaga)];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user