add temp and humidity from tent, split departures depending on direction
This commit is contained in:
@@ -14,7 +14,6 @@ export default function TimetableRow({
|
||||
return (
|
||||
<tr className={styles.timetableRow}>
|
||||
<td>{dateTimeString}</td>
|
||||
<td>{departure.servingLine.name}</td>
|
||||
<td>{departure.servingLine.number}</td>
|
||||
<td>({departure.servingLine.direction})</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user