export default function custom_fields(state = [], action) { switch (action.type) { default: return state } }