UNPKG

intervention-pages

Version:
7 lines (6 loc) 503 B
export const currentSubpage = (state) => state.app.routeDetails.subRouteName; export const currentPage = (state) => state.app.routeDetails.routeName; export const currentIntervention = (state) => state.interventions.current; export const currentInterventionPermissions = (state) => state.interventions.current.permissions; export const currentInterventionPlannedBudget = (state) => state.interventions.current.planned_budget; export const isUnicefUSer = (state) => state.user.data.is_unicef_user;