From 4a66d4021079184f4c5b7a67abf9eca53fb5f433 Mon Sep 17 00:00:00 2001 From: Joel Date: Thu, 26 Jun 2025 18:14:21 +0800 Subject: [PATCH] fix: update time cover other info --- web/app/components/tools/mcp/provider-card.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/tools/mcp/provider-card.tsx b/web/app/components/tools/mcp/provider-card.tsx index c225700ae5..39ce439ec4 100644 --- a/web/app/components/tools/mcp/provider-card.tsx +++ b/web/app/components/tools/mcp/provider-card.tsx @@ -104,8 +104,8 @@ const MCPCard = ({
{t('tools.mcp.noTools')}
)} -
/
-
{`${t('tools.mcp.updateTime')} ${formatTimeFromNow(data.updated_at! * 1000)}`}
+
/
+
{`${t('tools.mcp.updateTime')} ${formatTimeFromNow(data.updated_at! * 1000)}`}
{data.is_team_authorization && data.tools.length > 0 && } {(!data.is_team_authorization || !data.tools.length) && (