We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f66b5 commit 35e4af3Copy full SHA for 35e4af3
src/shared/reducers/page/index.js
@@ -22,6 +22,7 @@ import ui, { factory as uiFactory } from './ui';
22
import settings, { factory as settingsFactory } from './settings';
23
24
import reviewOpportunityDetails from './review-opportunity-details';
25
+import profile from './profile';
26
27
/**
28
* Reducer factory.
@@ -40,6 +41,7 @@ export function factory(req) {
40
41
dashboard,
42
reviewOpportunityDetails,
43
submissionManagement,
44
+ profile,
45
}));
46
}
47
@@ -52,4 +54,5 @@ export default combineReducers({
52
54
submission,
53
55
ui,
56
57
58
});
0 commit comments