| Enda Phelan as part of this pr, can you rename the appDetailRows https://github.com/aerogear/mobile-security-service/blob/master/ui/src/reducers/index.js#L24 to app and call inside give it a data object containing the returned json data from the api, the same as we do here: https://github.com/aerogear/mobile-security-service/blob/master/ui/src/reducers/index.js#L14 Later on we plan to refactor the state to only include the json data and not the rows. The reason for this is that we want to do the translation in the component for both apps and app. Damien has already done that here: https://github.com/aerogear/mobile-security-service/blob/master/ui/src/containers/AppDetailsContainer.js#L22-L41 |