fn fetch_station_name(
pending_entries: Query<'_, '_, (Entity, &mut Node, &mut Name, &mut StationNamePending)>,
commands: Commands<'_, '_>,
)fn fetch_station_name(
pending_entries: Query<'_, '_, (Entity, &mut Node, &mut Name, &mut StationNamePending)>,
commands: Commands<'_, '_>,
)