1 2 3 4 5 6
export default function custom_fields(state = [], action) { switch (action.type) { default: return state } }