From 8a9d1fd88f9ec2dce26a6ea07fc33c3a1f68da28 Mon Sep 17 00:00:00 2001 From: smackgg Date: Wed, 29 Mar 2023 18:21:12 +0800 Subject: [PATCH] feat: fix cn bug --- src/common/components/ask-option-list.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common/components/ask-option-list.tsx b/src/common/components/ask-option-list.tsx index 87874c1..5bfa864 100644 --- a/src/common/components/ask-option-list.tsx +++ b/src/common/components/ask-option-list.tsx @@ -38,7 +38,9 @@ const AskOptionChildList = (props: IAskOptionChildListProps) => { return (
-

{label}

+

+ {t(label)} +