From 557caef8e56cf1828fce89b4ad8857be1eb97fea Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Fri, 20 Mar 2026 18:30:02 +0000 Subject: [PATCH] Fix not null error on nuisance reports --- html/template/sync/communication-root.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/template/sync/communication-root.html b/html/template/sync/communication-root.html index 098522e2..ee68fce4 100644 --- a/html/template/sync/communication-root.html +++ b/html/template/sync/communication-root.html @@ -126,8 +126,8 @@ } }, // Methods - selectCommunication(report) { - this.selectedCommunication = report; + selectCommunication(comm) { + this.selectedCommunication = comm; this.messageText = ""; this.updateMap(); }, @@ -541,8 +541,8 @@