diff --git a/src/components/Common/CommonTable/colorInfo.jsx b/src/components/Common/CommonTable/colorInfo.jsx index 4cf7f95..e55f6fa 100644 --- a/src/components/Common/CommonTable/colorInfo.jsx +++ b/src/components/Common/CommonTable/colorInfo.jsx @@ -5,7 +5,7 @@ import styles from "./index.less"; export default class ColorInfo extends PureComponent { colorContentItem = (item,language) => { - const title = item?.sName; + const title =language ==='sEnglish'? item?.sEnglishName : language === 'sBig5'? item?.sBig5Name: item?.sName; const info = Array.isArray(item?.sColor) ? item.sColor.filter(Boolean) : []; return ( <>