ts hotfix

This commit is contained in:
2023-07-13 14:37:46 +02:00
parent 17266248e3
commit 7362d4ffbd
-2
View File
@@ -196,8 +196,6 @@ export default defineComponent({
computed: { computed: {
currentModeSorter() { currentModeSorter() {
console.log(this.wikiMode);
return this.wikiMode == 'carWagons' ? this.currentCarSorter : this.currentLocoSorter; return this.wikiMode == 'carWagons' ? this.currentCarSorter : this.currentLocoSorter;
}, },