Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6515 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6515 Rev 7318
Línea 1... Línea 1...
1
import { intlTypes } from './intl.types'
1
import { intlTypes } from './intl.types'
Línea 2... Línea 2...
2
 
2
 
3
const initialState = {
3
const initialState = {
4
  labels: null,
4
  labels: {},
Línea 5... Línea 5...
5
}
5
}
6
 
6
 
7
export default function intlReducer(state = initialState, { type, payload }) {
7
export default function intlReducer(state = initialState, { type, payload }) {