mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Poprawki stylów i kodu
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user