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
-1
View File
@@ -158,7 +158,6 @@ export const store = createStore<State>({
const onlineStationNames: string[] = [];
const prevDispatcherStatuses: State['lastDispatcherStatuses'] = [];
console.log(data.dispatchers);
data.stations?.forEach((stationAPI) => {
if (stationAPI.region !== this.state.region.id || !stationAPI.isOnline) return;