const blur = (state) => {
    let key = Object.keys(state)[0]
      , value = state[key]
      ;