Skip to content

Commit 56f232e

Browse files
authored
Merge pull request #519 from HSLdevcom/fix-default-settings
AB#533 Fix default stop settings
2 parents 673dab9 + d12f731 commit 56f232e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/util/monitorUtils.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,11 @@ export const createDepartureArray = (
146146
) => {
147147
const defaultSettings = {
148148
hiddenRoutes: [],
149-
timeshift: 0,
149+
timeShift: 0,
150150
renamedDestinations: [],
151+
showVia: true,
152+
showStopNumber: false,
153+
showEndOfLine: false,
151154
};
152155
const departures = [];
153156
const alerts = [];

0 commit comments

Comments
 (0)