Reference new distance from report for photos

This commit is contained in:
Eli Ribble 2026-03-09 22:10:15 +00:00
parent 4cd0e05996
commit 93d767c9d6
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -883,7 +883,7 @@
>Distance from Reporter</small
>
<span
x-text="selectedCommunication.public_report.images[currentPhotoIndex].exif?.distance_from_reporter || 'N/A'"
x-text="selectedCommunication.public_report.images[currentPhotoIndex].exif?.distance_from_reporter_meters || 'N/A'"
></span>
</div>
</div>