Skip to content

Commit 8300f1c

Browse files
committed
fix
1 parent 08082ad commit 8300f1c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ui/arduino2/store.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,14 +1095,12 @@ function selectRange(itemA, itemB, source){
10951095
source: source
10961096
}
10971097
})
1098-
}
1099-
else(source === 'board'){
1098+
}else{
11001099
return range(rangeStart, rangeEnd, 1).map((i) => {
11011100
return {
11021101
fileName: i,
11031102
source: source
11041103
}
11051104
})
11061105
}
1107-
11081106
}

0 commit comments

Comments
 (0)