diff --git a/front/bahnui-front/src/components/search.vue b/front/bahnui-front/src/components/search.vue index 1e0746d..a0adcd6 100644 --- a/front/bahnui-front/src/components/search.vue +++ b/front/bahnui-front/src/components/search.vue @@ -100,7 +100,7 @@ {id:"pkp", name:"Polskie Koleje Państwowe"}, {id:"irish", name:"Iarnród Éireann"}, {id:"oebb", name:"Österreichische Bundesbahnen"}, - {id:"lu", name:"Mobilitéitszentral (Luxembourg)"}, + {id:"lu", name:"Mobilitéitszentral (Luxembourg)"} ] export default { name: 'SearchBahn', @@ -200,8 +200,8 @@ }, toName: function() { this.timeLoadChoicesTo(); - }, - }, + } + } }