1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 15:09:14 +00:00

repair ui error

This commit is contained in:
shanshuirenjia
2018-12-13 22:11:08 +08:00
parent 69201e4928
commit da90fc9545
5 changed files with 32 additions and 26 deletions

View File

@@ -51,7 +51,7 @@ class DirPath extends React.Component {
let { currentPath, repoName } = this.props;
let pathElem = this.turnPathToLink(currentPath);
return (
<div className="path-containter">
<div className="path-container">
{this.props.pathPrefix && this.props.pathPrefix.map((item, index) => {
return (
<Fragment key={index}>