Skip to content

Commit

Permalink
Minor adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Sep 7, 2022
1 parent dc519d5 commit b6fac25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-app-files/src/helpers/path.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function getParentPaths(path = '', includeCurrent = false) {
const paths = []
const sections = s.split('/')

if (includeCurrent && s) {
if (includeCurrent) {
paths.push(s)
}

Expand Down

0 comments on commit b6fac25

Please sign in to comment.