X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fsparky-fe.git;a=blobdiff_plain;f=src%2Fapp%2FMainScreenWrapperReducer.js;fp=src%2Fapp%2FMainScreenWrapperReducer.js;h=79bb05d9c7a26883c8b454372c675c64e3445507;hp=6dd7dbfe9f8e691b737c650b8244fe5946aa38fd;hb=9f9553bdf90db2a02a742c4e038b2c1600c96036;hpb=fd2a6b124c62fe186364efd8eb28409ce7507902 diff --git a/src/app/MainScreenWrapperReducer.js b/src/app/MainScreenWrapperReducer.js index 6dd7dbf..79bb05d 100644 --- a/src/app/MainScreenWrapperReducer.js +++ b/src/app/MainScreenWrapperReducer.js @@ -71,7 +71,7 @@ export default (state = {}, action) => { case contextHandlerActionTypes.SUBSCRIPTION_PAYLOAD_FOUND: return { ...state, - subscriptionPayload: action.data, + subscriptionPayload: action.data.subscriptionDetails, subscriptionEnabled: true }; case contextHandlerActionTypes.SUBSCRIPTION_PAYLOAD_EMPTY: