Literówka

This commit is contained in:
2021-11-13 22:44:11 +01:00
parent 9190ef4769
commit c94d946b2b
3 changed files with 26 additions and 14 deletions
+1
View File
@@ -266,6 +266,7 @@ export const warnings = {
})
}
// export const trainTooLong = computed(() => {
// if (isTrainPassenger.value && totalLength.value > 350) return true;
// if (!isTrainPassenger.value && totalLength.value > 650) return true;