From 49c2c219bbf7046b98d8874119010d1395a5d3aa Mon Sep 17 00:00:00 2001 From: shuai Date: Fri, 2 Dec 2022 17:31:12 +0800 Subject: [PATCH] fix: synonyms tag changed --- ui/src/pages/Tags/Info/index.tsx | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/ui/src/pages/Tags/Info/index.tsx b/ui/src/pages/Tags/Info/index.tsx index c44d2b35..8171fa2d 100644 --- a/ui/src/pages/Tags/Info/index.tsx +++ b/ui/src/pages/Tags/Info/index.tsx @@ -189,7 +189,7 @@ const TagIntroduction = () => {
{t('synonyms.text')}{' '} { {!isEdit && (synonymsData?.synonyms && synonymsData.synonyms.length > 0 ? ( - synonymsData.synonyms.map((item) => { - return ( - - ); - }) +
+ {synonymsData.synonyms.map((item) => { + return ( + + ); + })} +
) : ( <>