Fix references to public report reporter contact methods

This commit is contained in:
Eli Ribble 2026-05-16 18:12:28 +00:00
parent 1c8b13b31e
commit 0256b9bb42
No known key found for this signature in database
6 changed files with 46 additions and 30 deletions

View file

@ -78,8 +78,8 @@
<div
v-if="
!(
selectedReport?.reporter.emails.length ||
selectedReport?.reporter.phones.length
selectedReport?.reporter.email ||
selectedReport?.reporter.phone.e164 != ''
)
"
class="mb-3"
@ -91,8 +91,8 @@
</div>
<div
v-if="
selectedReport?.reporter.emails.length ||
selectedReport?.reporter.phones.length
selectedReport?.reporter.email ||
selectedReport?.reporter.phone.e164 != ''
"
class="mb-3"
>