[DevTools] Storage - style clean up - a check of the variable to see if it exists (an empty line)

Issue #102
This commit is contained in:
janekptacijarabaci 2018-04-28 12:53:10 +02:00 committed by Roy Tam
commit ff4c810e26

View file

@ -1144,6 +1144,7 @@ StorageUI.prototype = {
if (!selectedItem) {
return;
}
let front = this.getCurrentFront();
let [, host] = selectedItem;