Skip to content

Commit

Permalink
feat: fix cn bug
Browse files Browse the repository at this point in the history
  • Loading branch information
smackgg committed Mar 29, 2023
1 parent 63cbfc3 commit 8a9d1fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/common/components/ask-option-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ const AskOptionChildList = (props: IAskOptionChildListProps) => {

return (
<div className="p-5 pt-0 pb-0">
<h1 className="mt-3 mb-4 text-xs font-semibold text-gray-500">{label}</h1>
<h1 className="mt-3 mb-4 text-xs font-semibold text-gray-500">
{t(label)}
</h1>
<div
className={classNames(
"-mx-2 text-sm",
Expand Down

0 comments on commit 8a9d1fd

Please sign in to comment.