Skip to content

Commit

Permalink
🐛 fix displaying file (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: Mbaye THIAM <[email protected]>
  • Loading branch information
mbthiam88 and Mbaye THIAM authored Apr 11, 2024
1 parent 74ca736 commit fc7b9ca
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions html/a7_browse_directory.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@

files = Object.keys(directories).map(function (data) {
return {
name: data,
type: 'directory',
root: true,
...(directories[data][0] || {}),
isPackageFolder: directories[data].isPackageFolder
}
});
Expand Down

0 comments on commit fc7b9ca

Please sign in to comment.