From 4700c8069a895d9ad436db855057d68b152c1981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8C=97=E6=9E=B3?= <7854742+wang_rumeng@user.noreply.gitee.com> Date: Mon, 15 Sep 2025 17:18:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E6=9C=AA=E6=BF=80=E6=B4=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/layout/top-bar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/top-bar.tsx b/components/layout/top-bar.tsx index 545e643..fa68baf 100644 --- a/components/layout/top-bar.tsx +++ b/components/layout/top-bar.tsx @@ -443,7 +443,7 @@ export function TopBar({ collapsed, isDesktop=true }: { collapsed: boolean, isDe Upgrade - {currentUser.plan_name !== "none" && ( + {currentUser.plan_name !== "none" && subscriptionStatus !== 'INACTIVE' && (