diff --git a/meshmap_frontend/src/App.vue b/meshmap_frontend/src/App.vue
index 3cdcd6b..7e3b228 100644
--- a/meshmap_frontend/src/App.vue
+++ b/meshmap_frontend/src/App.vue
@@ -1,5 +1,5 @@
diff --git a/meshmap_frontend/src/components/ChatPanel.vue b/meshmap_frontend/src/components/ChatPanel.vue
index 5a67ea1..c62b500 100644
--- a/meshmap_frontend/src/components/ChatPanel.vue
+++ b/meshmap_frontend/src/components/ChatPanel.vue
@@ -45,7 +45,6 @@ function formatTime(value: string): string {
{{ formatTime(message.created_at) }}
{{ message.text || '[binary]' }}
- {{ message.mqtt_remote_host || message.topic }}