diff --git a/src/components/Match/PhotosSection.js b/src/components/Match/PhotosSection.js index 0da96e259..b31888349 100644 --- a/src/components/Match/PhotosSection.js +++ b/src/components/Match/PhotosSection.js @@ -34,7 +34,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