From 4161f27cad8569035172f018eaeb4c3994db6b52 Mon Sep 17 00:00:00 2001 From: sperwing Date: Sun, 1 Dec 2024 01:00:34 +0100 Subject: [PATCH] remove trailing commas --- front/bahnui-front/src/components/search.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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(); - }, - }, + } + } }