moved third party config data inline for readability

This commit is contained in:
Sasha Pierson 2018-01-08 10:43:17 -08:00
Родитель 26cf81d39e
Коммит c2661ef654
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -34,7 +34,7 @@ export const records = (state = defaultEventTypeCollection, action) => {
}
}
const persistedRecords = persistReducer(persistConfig, records)
const persistedRecords = persistReducer({ key: 'eventType', storage }, records)
export const eventTypeReducer = combineReducers({
fetching,