diff --git a/apps/blogai/components/header.tsx b/apps/blogai/components/header.tsx
index 38ae4c0..a7b9e73 100644
--- a/apps/blogai/components/header.tsx
+++ b/apps/blogai/components/header.tsx
@@ -556,30 +556,15 @@ export function DetailPageHeader({ data }: { data: any }) {
{hasNonEmptyExtraData && (
-
- )}
-
- {statusLoaded && (currentStatus === "running" || currentStatus === "stopped") && (
//
)}
-
+
+ )}
+
+ {statusLoaded && (currentStatus === "running" || currentStatus === "stopped") && (
+
)}
{statusLoaded && showDelete && (