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