fix: add cert claim logic for legacy cert

This commit is contained in:
Ahmad Abdolsaheb
2019-03-28 11:18:26 +03:00
committed by Mrugesh Mohapatra
parent c2ffd6471b
commit bc099d4971
6 changed files with 119 additions and 110 deletions

View File

@@ -316,7 +316,7 @@ export const reducer = handleActions(
}
};
},
[settingsTypes.updateLegacyCertificateComplete]: (state, { payload }) => {
[settingsTypes.updateLegacyCertComplete]: (state, { payload }) => {
const { appUsername } = state;
return {
...state,