Commit 54e67849 authored by ioedeveloper's avatar ioedeveloper Committed by Liana Husikyan

Fixed linting error

parent d5f8664d
...@@ -126,7 +126,7 @@ function fileExplorer (localRegistry, files, menuItems) { ...@@ -126,7 +126,7 @@ function fileExplorer (localRegistry, files, menuItems) {
}) })
} }
function extractNameFromKey (key){ function extractNameFromKey (key) {
const keyPath = key.split('/') const keyPath = key.split('/')
return keyPath[keyPath.length - 1] return keyPath[keyPath.length - 1]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment