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 @@