Fix references to public report reporter contact methods
This commit is contained in:
parent
1c8b13b31e
commit
0256b9bb42
6 changed files with 46 additions and 30 deletions
|
|
@ -199,11 +199,14 @@
|
|||
<div
|
||||
class="summary-value"
|
||||
v-if="
|
||||
modelValue.reporter?.phone || modelValue.reporter?.phone != ''
|
||||
modelValue.reporter?.phone ||
|
||||
modelValue.reporter?.phone.e164 != ''
|
||||
"
|
||||
>
|
||||
{{ modelValue.reporter.phone }}
|
||||
<small class="text-muted" v-if="modelValue.reporter?.can_sms"
|
||||
<small
|
||||
class="text-muted"
|
||||
v-if="modelValue.reporter?.phone.can_sms"
|
||||
>(texting OK)</small
|
||||
>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue