-
- Last {myLastPhotos.length} uploaded
-
-
- {_.map(myLastPhotos, (photo) => (
-
-
- {photo.properties.pieces && (
-
- {photo.properties.pieces} pieces{" "}
-
- )}
- handlePhotoClick(photo)}>
- {photo.properties.updated.toDateString()}
-
-
-
- {photo.properties.published === true && }
- {photo.properties.published === false && }
- {photo.properties.published !== false && photo.properties.published !== true && (
-
- )}
-
-
-
- ))}
-
- )}
-