Skip to content

Commit

Permalink
Adopt WayPointList.vue page to vuetify 2 #248
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfausk committed Jan 19, 2025
1 parent 433a61d commit 02177f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/assets/js/components/Walk/WayPointList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ export default {
this.walk.wayPoints.forEach(iri => {
let wayPoint = this.getWayPointByIri(iri);
if (wayPoint) {
this.$set(wayPoint, '_showDetails', this.isDetailsShowing);
wayPoints.push(wayPoint);
}
});
Expand Down

0 comments on commit 02177f4

Please sign in to comment.