mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 02:10:24 +00:00
feat: all tags (#7099)
* feat: all tags * feat: optimize code --------- Co-authored-by: 杨国璇 <ygx@Hello-word.local>
This commit is contained in:
@@ -157,7 +157,7 @@ class DirPath extends React.Component {
|
||||
return (
|
||||
<Fragment key={index}>
|
||||
<span className="path-split">/</span>
|
||||
<span className="path-item"><TagViewName id={item} /></span>
|
||||
<TagViewName id={item} />
|
||||
</Fragment>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user