diff --git a/html/template/sync/communication-root.html b/html/template/sync/communication-root.html index 2ab7d26e..098522e2 100644 --- a/html/template/sync/communication-root.html +++ b/html/template/sync/communication-root.html @@ -100,7 +100,7 @@ } const data = await response.json(); - this.communications = data.communications || data; // Handle different response formats + this.communications = data.communications; // if we already had something selected, reset it using the new data if (this.selectedCommunication) { const matching = this.communications.filter((report) => {