GeoNode/geonode-viewer

View on GitHub
src/state/mapConfig/selectors.js

Summary

Maintainability
A
0 mins
Test Coverage

export function getMapTitle(state) {
  return state.mapConfig.about.title;
}
export function getMapAbstract(state) {
  return state.mapConfig.about['abstract'];
}