Compare commits
1 Commits
20f205ba59
...
7eaf37223c
| Author | SHA1 | Date | |
|---|---|---|---|
| 7eaf37223c |
@@ -91,7 +91,9 @@ const PathNode = ({ path, isRoot = false, onDelete, onSave }) => {
|
||||
<Link to={`/markdown/${indexMarkdownId}`} className="is-link">
|
||||
{path.name}
|
||||
</Link>
|
||||
) : path.name
|
||||
) : (
|
||||
<a className="is-link">{path.name}</a>
|
||||
)
|
||||
}
|
||||
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user