UNPKG

orb-ui-firebase

Version:

Firebase with redux

7 lines (6 loc) 151 B
export function hasError(state, path) { if (state.errors !== undefined && state.errors[path]) { return state.errors[path]; } return false; }