Match up distance from reporter in UI and API

This commit is contained in:
Eli Ribble 2026-03-09 22:18:24 +00:00
parent 642309520f
commit f6ce5f91a2
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View file

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