Poprawki stylów i kodu

This commit is contained in:
2022-05-25 13:21:24 +02:00
parent bbd3f982a9
commit 86b8272423
7 changed files with 3 additions and 16 deletions
@@ -317,8 +317,6 @@ export default defineComponent({
await axios.get(`${TIMETABLES_API_URL}?${this.currentQuery}&countFrom=${countFrom}`)
).data;
console.log('Loading...');
if (!responseData?.response) return;
if (responseData.response.length == 0) {