Skip to content

Commit e22320a

Browse files
committed
autom. review
1 parent 21470a8 commit e22320a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/zaehlstelle/optionsmenue/OptionsmenueZaehlstelle.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const activeZaehlung = computed<LadeZaehlungDTO>(() => {
134134
const isTeilzaehlungFussverkehr = computed(() => {
135135
return (activeZaehlung.value.kategorien.length === 1 &&
136136
activeZaehlung.value.kategorien[0] === Fahrzeug.FUSS &&
137-
activeZaehlung.value.zaehldauer != Zaehldauer.DAUER_24_STUNDEN);
137+
activeZaehlung.value.zaehldauer !== Zaehldauer.DAUER_24_STUNDEN);
138138
});
139139
140140
/**

0 commit comments

Comments
 (0)