Skip to content
Snippets Groups Projects
Commit 1c4be101 authored by Jürgen Voskuhl's avatar Jürgen Voskuhl
Browse files

Fixed typo... grrr

parent dfb573ee
No related branches found
No related tags found
1 merge request!86planning#1203: Standards
Pipeline #56498 waiting for manual action
......@@ -37,7 +37,7 @@ export default function ({ contentsString }) {
const pathSegments = currentPath.split('/') // Pfad in Segmente aufteilen
// Der Ordnername befindet sich in pathSegments[1]
const rootFolder = '/' + pathSegments[1] + ( pathSegments[2] != '' ? '/' + pathSegments[2] : '')
const rootFolder = '/' + pathSegments[1] + (pathSegments[2] != '' ? '/' + pathSegments[2] : '')
console.log(pathSegments)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment