case 'UPDATE_TIME':
      return state.map((vj, i) => {
        if (i == action.index){
          return vehicleJourney(vj, action)
        } else {