diff --git a/src/components/Match/PhotosSection.tsx b/src/components/Match/PhotosSection.tsx index ba2445eb2..7724c4b1a 100644 --- a/src/components/Match/PhotosSection.tsx +++ b/src/components/Match/PhotosSection.tsx @@ -33,7 +33,7 @@ const PhotosSection = ( { const localTaxonPhotos = taxon?.taxonPhotos; const observationPhoto = obsPhotos?.[0]?.photo?.url - || obsPhotos?.[0]?.photo?.localFilePath; + || Photo.getLocalPhotoUri( obsPhotos?.[0]?.photo?.localFilePath ); const taxonPhotos = compact( localTaxonPhotos