Skip to content

Commit 35e4af3

Browse files
committed
register profile reducer
1 parent 10f66b5 commit 35e4af3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/shared/reducers/page/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ import ui, { factory as uiFactory } from './ui';
2222
import settings, { factory as settingsFactory } from './settings';
2323

2424
import reviewOpportunityDetails from './review-opportunity-details';
25+
import profile from './profile';
2526

2627
/**
2728
* Reducer factory.
@@ -40,6 +41,7 @@ export function factory(req) {
4041
dashboard,
4142
reviewOpportunityDetails,
4243
submissionManagement,
44+
profile,
4345
}));
4446
}
4547

@@ -52,4 +54,5 @@ export default combineReducers({
5254
submission,
5355
ui,
5456
submissionManagement,
57+
profile,
5558
});

0 commit comments

Comments
 (0)