Fixed linting error

pull/1/head
ioedeveloper 5 years ago committed by Liana Husikyan
parent d5f8664d60
commit 54e678490a
  1. 2
      src/app/files/file-explorer.js

@ -126,7 +126,7 @@ function fileExplorer (localRegistry, files, menuItems) {
})
}
function extractNameFromKey (key){
function extractNameFromKey (key) {
const keyPath = key.split('/')
return keyPath[keyPath.length - 1]

Loading…
Cancel
Save