UNPKG

@wenn/onb

Version:

onb-core

11 lines (9 loc) 225 B
import { FLOW_ERROR } from '../constants'; export default function flowErrorReducer(state = true, action) { switch (action.type) { case FLOW_ERROR: return action.flowerror; default: return state; } }