1
0
mirror of synced 2025-12-28 00:23:25 +00:00

fix(homepage) direction mistake

This commit is contained in:
Valentin
2024-06-13 01:14:35 +02:00
parent 913ff89538
commit c2f825c56a

View File

@@ -40,12 +40,13 @@ foreach ($directions as $direction => $times) {
];
} elseif (count($times) == 1) {
$finalDirections[] = [
'direction' => $times[0],
'direction' => $direction,
'next_departure' => $times[0],
'following_departure' => '-'
];
}
}
?>
<div>