diff --git a/apps/web/src/components/hosts/HostTimeline.tsx b/apps/web/src/components/hosts/HostTimeline.tsx
index e4dc599..705e331 100644
--- a/apps/web/src/components/hosts/HostTimeline.tsx
+++ b/apps/web/src/components/hosts/HostTimeline.tsx
@@ -78,8 +78,8 @@ function EntryRow({ entry }: { entry: HostTimelineEntry }) {
<>
{label}
-
- {fm.problem}
+
+ {fm.id}
{formatWhen(entry.at)}
@@ -120,7 +120,7 @@ function EntryRow({ entry }: { entry: HostTimelineEntry }) {
case 'PART_ARRIVED':
case 'PART_DEPARTED': {
const { part } = entry;
- const label = entry.type === 'PART_ARRIVED' ? 'Part arrived' : 'Part departed';
+ const label = entry.type === 'PART_ARRIVED' ? 'Part deployed' : 'Part departed';
return (
<>
diff --git a/apps/web/src/pages/HostDetail.tsx b/apps/web/src/pages/HostDetail.tsx
index 85ef375..61fc0c8 100644
--- a/apps/web/src/pages/HostDetail.tsx
+++ b/apps/web/src/pages/HostDetail.tsx
@@ -144,8 +144,8 @@ export default function HostDetail() {
value={{host.assetId}}
/>
- } />
- } />
+
+