+ Image face: {imageFace.id}
+
+
+ )
+}
+
+ImageFace.propTypes = {
+ imageFace: PropTypes.object.isRequired,
+}
+
+const SingleFaceGroup = ({ faceGroup }) => {
+ if (!faceGroup) {
+ return null
+ }
+
+ // const images = faceGroup.imageFaces.map(imgFace => (
+ //