From 47d555eaf52c94d29c473b5329e637550f20839e Mon Sep 17 00:00:00 2001 From: beilunyang <786220806@qq.com> Date: Mon, 13 Oct 2025 01:16:10 +0800 Subject: [PATCH] refactor: remove unused translation for common actions in email service config --- app/components/profile/email-service-config.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/components/profile/email-service-config.tsx b/app/components/profile/email-service-config.tsx index 07a537d..b49a074 100644 --- a/app/components/profile/email-service-config.tsx +++ b/app/components/profile/email-service-config.tsx @@ -23,7 +23,6 @@ export function EmailServiceConfig() { const t = useTranslations("profile.emailService") const tCard = useTranslations("profile.card") const tSend = useTranslations("emails.send") - const tCommon = useTranslations("common.actions") const [config, setConfig] = useState({ enabled: false, apiKey: "",