Skip to content

Commit

Permalink
linttt
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate-Wessel committed Jan 17, 2024
1 parent 26e3c44 commit bb1e5f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/corridor.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class Corridor extends Factor {
}else if(this.#intersections.length > 0){
return this.#intersections[0].displayCoords
}
return
return ''
}
get endCrossStreets(){
try { return difference(this.#intersections[1].streetNames,this.viaStreets) }
Expand All @@ -67,7 +67,7 @@ export class Corridor extends Factor {
}else if(this.#intersections.length > 1){
return this.#intersections[1].displayCoords
}
return
return ''
}
get name(){
if(this.#intersections.length == 1){
Expand Down

0 comments on commit bb1e5f5

Please sign in to comment.