diff --git a/src/components/Navigations/PathNode.js b/src/components/Navigations/PathNode.js index aea7243..db88c4d 100644 --- a/src/components/Navigations/PathNode.js +++ b/src/components/Navigations/PathNode.js @@ -91,7 +91,9 @@ const PathNode = ({ path, isRoot = false, onDelete, onSave }) => { {path.name} - ) : path.name + ) : ( + {path.name} + ) }