From 3d203acf5101dc30e17ed5404b5c4033ce00e2ab Mon Sep 17 00:00:00 2001 From: hailin Date: Tue, 24 Jun 2025 16:44:59 +0800 Subject: [PATCH] . --- apps/blogai/components/header.tsx | 44 +++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 deletions(-) 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 && (