summaryrefslogtreecommitdiffstats
path: root/src/app/MainScreenWrapperReducer.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/MainScreenWrapperReducer.js')
-rw-r--r--src/app/MainScreenWrapperReducer.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/app/MainScreenWrapperReducer.js b/src/app/MainScreenWrapperReducer.js
index 1875163..1301032 100644
--- a/src/app/MainScreenWrapperReducer.js
+++ b/src/app/MainScreenWrapperReducer.js
@@ -83,7 +83,9 @@ export default (state = {}, action) => {
return {
...state,
aaiTopLeftPersonalizedHeader: action.data.topLeftHeader,
- aaiPersonalizedHtmlDocumentTitle: action.data.htmlDocumentTitle
+ aaiPersonalizedHtmlDocumentTitle: action.data.htmlDocumentTitle,
+ aaiPersonalizedApertureService: action.data.apertureService,
+ aaiPersonalizedLoadTemplateMaxCount: action.data.loadTemplateMaxCount
};
}
return state;