diff --git a/apps/blogai/components/header.tsx b/apps/blogai/components/header.tsx index a869427..3a46c36 100644 --- a/apps/blogai/components/header.tsx +++ b/apps/blogai/components/header.tsx @@ -485,34 +485,34 @@ export function DetailPageHeader({ data }: { data: any }) { +
+ {statusLoaded && (currentStatus === "running" || currentStatus === "stopped") && ( + + )} - {statusLoaded && (currentStatus === "running" || currentStatus === "stopped") && ( - - )} + {statusLoaded && showDelete && ( + + )} +
- - - {statusLoaded && showDelete && ( - - )}