From 76478e683578e592d332c7a83a609e63b95c64c5 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 16 Jun 2025 02:08:25 +0800 Subject: [PATCH] . --- apps/blogai/components/header.tsx | 52 +++++++++++++++---------------- 1 file changed, 26 insertions(+), 26 deletions(-) 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 && ( - - )}