const modifyFeature = (photo) => {
    console.debug(`modifying ${photo.id}`);
    dispatch({ type: "UPDATE_FEATURE", payload: { photo } });
  };