Asset ID
-
-
-
+
+
+
+
+ {!editing && (
+
+ )}
+
)}
diff --git a/apps/web/src/lib/api/hosts.ts b/apps/web/src/lib/api/hosts.ts
index 03e4a1b..1b4dc59 100644
--- a/apps/web/src/lib/api/hosts.ts
+++ b/apps/web/src/lib/api/hosts.ts
@@ -42,3 +42,8 @@ export async function updateHost(id: string, input: UpdateHostRequest): Promise<
export async function deleteHost(id: string): Promise