From e2aa4f06eceb01378ec6565cfd9c31ec3c810c45 Mon Sep 17 00:00:00 2001 From: "focp212@naver.com" Date: Mon, 20 Oct 2025 10:33:37 +0900 Subject: [PATCH] =?UTF-8?q?=ED=95=98=EB=8B=A8=20=EA=B0=84=EA=B2=A9=20?= =?UTF-8?q?=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/entities/home/ui/home-notice-list.tsx | 2 ++ src/pages/support/faq/list-page.tsx | 2 +- src/pages/support/notice/list-page.tsx | 2 +- src/pages/support/qna/list-page.tsx | 2 +- src/pages/transaction/all-transaction/detail-page.tsx | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/entities/home/ui/home-notice-list.tsx b/src/entities/home/ui/home-notice-list.tsx index 0f65895..b789ce7 100644 --- a/src/entities/home/ui/home-notice-list.tsx +++ b/src/entities/home/ui/home-notice-list.tsx @@ -3,8 +3,10 @@ import { useNoticeListMutation } from '@/entities/support/api/use-notice-list-mu import { DEFAULT_PAGE_PARAM } from '@/entities/common/model/constant'; import { NoticeItem } from '@/entities/support/model/types'; import { HomeNoticeItem } from './home-notice-item'; +import { useTranslation } from 'react-i18next'; export const HomeNoticeList = () => { + const { t } = useTranslation(); const [pageParam, setPageParam] = useState(DEFAULT_PAGE_PARAM); const [resultList, setResultList] = useState>([]); diff --git a/src/pages/support/faq/list-page.tsx b/src/pages/support/faq/list-page.tsx index b7bcd75..983a00b 100644 --- a/src/pages/support/faq/list-page.tsx +++ b/src/pages/support/faq/list-page.tsx @@ -137,7 +137,7 @@ export const FaqListPage = () => {
-
+
{
-
+
{
-
+
{t('support.qna.merchant')}
diff --git a/src/pages/transaction/all-transaction/detail-page.tsx b/src/pages/transaction/all-transaction/detail-page.tsx index 13f965b..95c0ec1 100644 --- a/src/pages/transaction/all-transaction/detail-page.tsx +++ b/src/pages/transaction/all-transaction/detail-page.tsx @@ -131,7 +131,7 @@ export const AllTransactionDetailPage = () => {
-
+