chore: lint

This commit is contained in:
liyasthomas
2021-06-16 19:13:07 +05:30
parent 0a4251825b
commit 3559d98df1
8 changed files with 42 additions and 10 deletions

View File

@@ -195,7 +195,11 @@ export default {
removeFolder() {
// TODO: Bubble it up ?
// Cancel pick if picked folder was deleted
if (this.picked && this.picked.pickedType === "my-folder" && this.picked.folderPath === this.folderPath) {
if (
this.picked &&
this.picked.pickedType === "my-folder" &&
this.picked.folderPath === this.folderPath
) {
this.$emit("select", { picked: null })
}
removeRESTFolder(this.folderPath)