diff --git a/public/index.html b/public/index.html
index 39f9da09..d4a9ea4e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -84,7 +84,7 @@
-
+
diff --git a/public/packets.js b/public/packets.js
index 31b36c93..f3f0b5bb 100644
--- a/public/packets.js
+++ b/public/packets.js
@@ -276,11 +276,7 @@
if (p.observer_id && p.observer_id !== existing.observer_id) {
existing.observer_count = (existing.observer_count || 1) + 1;
}
- // Keep longest path
- if (p.path_json && (!existing.path_json || p.path_json.length > existing.path_json.length)) {
- existing.path_json = p.path_json;
- existing.raw_hex = p.raw_hex;
- }
+ // Don't update path — header always shows first observer's path
// Update decoded_json to latest
if (p.decoded_json) existing.decoded_json = p.decoded_json;
// Update expanded children if this group is expanded