diff --git a/public/index.html b/public/index.html index d4699466..c8682e78 100644 --- a/public/index.html +++ b/public/index.html @@ -22,9 +22,9 @@ - - - + + + @@ -81,27 +81,27 @@
- - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/packets.js b/public/packets.js index 448fed6e..bace61e1 100644 --- a/public/packets.js +++ b/public/packets.js @@ -1036,7 +1036,7 @@ const childRegion = c.observer_id ? (observers.find(o => o.id === c.observer_id)?.iata || '') : ''; let childPath = []; try { childPath = JSON.parse(c.path_json || '[]'); } catch {} - const childPathStr = renderPath(childPath, child.observer_id); + const childPathStr = renderPath(childPath, c.observer_id); html += ` ${childRegion ? `${childRegion}` : '—'} ${timeAgo(c.timestamp)}