Handle not having a reporter name
This commit is contained in:
parent
2071ae9e54
commit
642309520f
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue