Handle not having a reporter name

This commit is contained in:
Eli Ribble 2026-03-09 22:17:56 +00:00
parent 2071ae9e54
commit 642309520f
No known key found for this signature in database

View file

@ -478,7 +478,7 @@
</label>
<div
class="fw-medium"
x-text="selectedCommunication.public_report.reporter.name"
x-text="selectedCommunication.public_report.reporter.name || 'not given'"
></div>
</div>
<div class="col-md-6">