Skip to content

Commit e07d14f

Browse files
committed
autom. review
1 parent e22320a commit e07d14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/zaehlstelle/optionsmenue/panels/ZeitauswahlPanel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ const zaehldatenIntervalle = computed<Array<KeyVal>>(() => {
330330
const isTeilzaehlungFussverkehr = computed(() => {
331331
return (activeZaehlung.value.kategorien.length === 1 &&
332332
activeZaehlung.value.kategorien[0] === Fahrzeug.FUSS &&
333-
activeZaehlung.value.zaehldauer != Zaehldauer.DAUER_24_STUNDEN);
333+
activeZaehlung.value.zaehldauer !== Zaehldauer.DAUER_24_STUNDEN);
334334
});
335335
336336
const isOnlyFussgaengerSelected = computed(() => {

0 commit comments

Comments
 (0)