From e7833b42cd2ee602df3e353cff5c766d2a7ad7ae Mon Sep 17 00:00:00 2001 From: lxsummer <35754229+lxjustdoit@users.noreply.github.com> Date: Mon, 25 Aug 2025 18:04:21 +0800 Subject: [PATCH] optimize close action on about page (#24342) --- web/app/components/header/account-about/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/app/components/header/account-about/index.tsx b/web/app/components/header/account-about/index.tsx index 2eb8cdf82..975558cae 100644 --- a/web/app/components/header/account-about/index.tsx +++ b/web/app/components/header/account-about/index.tsx @@ -8,7 +8,7 @@ import Button from '@/app/components/base/button' import type { LangGeniusVersionResponse } from '@/models/common' import { IS_CE_EDITION } from '@/config' import DifyLogo from '@/app/components/base/logo/dify-logo' -import { noop } from 'lodash-es' + import { useGlobalPublicStore } from '@/context/global-public-context' type IAccountSettingProps = { @@ -27,11 +27,11 @@ export default function AccountAbout({ return ( -
-
+
+