diff --git a/client/src/pages/kb/detail/components/Info.tsx b/client/src/pages/kb/detail/components/Info.tsx index d4df7d5c7..b68442ed0 100644 --- a/client/src/pages/kb/detail/components/Info.tsx +++ b/client/src/pages/kb/detail/components/Info.tsx @@ -215,7 +215,7 @@ const Info = ( setRefresh(!refresh); }} /> - + {getValues('tags') .split(' ') .filter((item) => item) @@ -224,7 +224,7 @@ const Info = ( {item} ))} - + diff --git a/client/src/pages/kb/list/index.tsx b/client/src/pages/kb/list/index.tsx index 16aa4e24a..12fbe0c7f 100644 --- a/client/src/pages/kb/list/index.tsx +++ b/client/src/pages/kb/list/index.tsx @@ -132,11 +132,13 @@ const Kb = () => { /> - {kb.tags.map((tag, i) => ( - - {tag} - - ))} + + {kb.tags.map((tag, i) => ( + + {tag} + + ))} + ))}