feat: update station names

This commit is contained in:
2026-04-09 20:07:18 +03:00
parent 8d1de769c5
commit fbf8232ce3
9 changed files with 10 additions and 13 deletions

View File

@@ -555,7 +555,6 @@ class StationsStore {
) => {
const { language } = languageStore;
// Получаем данные станции для текущего языка
const response = await languageInstance(language).get(`/station/${id}`);
const stationData = response.data as Station;