diff --git a/html/template/sync/communication-root.html b/html/template/sync/communication-root.html index 89dc5a96..25fbc26a 100644 --- a/html/template/sync/communication-root.html +++ b/html/template/sync/communication-root.html @@ -125,6 +125,10 @@ console.error("Error loading data:", err); } }, + nuisance() { + return this.selectedCommunication?.public_report?.nuisance; + }, + // Methods selectCommunication(comm) { this.selectedCommunication = comm; @@ -318,6 +322,9 @@ padding: 50, }); }, + water() { + return this.selectedCommunication?.public_report?.water; + }, }; } @@ -536,17 +543,14 @@ -