From f74d2c3ca108922d24ea3b9950972ca41da88ae1 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 13 Apr 2026 22:35:00 +0000 Subject: [PATCH] Show phone and email as present if they are only on the server --- ts/rmo/content/compliance/Submit.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/ts/rmo/content/compliance/Submit.vue b/ts/rmo/content/compliance/Submit.vue index 74f7b5ad..b770d282 100644 --- a/ts/rmo/content/compliance/Submit.vue +++ b/ts/rmo/content/compliance/Submit.vue @@ -196,7 +196,12 @@
Phone
-
+
{{ modelValue.reporter.phone }} (texting OK)
Email
-
+
{{ modelValue.reporter?.email }}