Fixed same string value for childBedPreference on confirmation page

This commit is contained in:
Linus Flood
2025-01-10 08:40:26 +01:00
parent 7ca2fd78f0
commit 014eea054f
5 changed files with 13 additions and 3 deletions

View File

@@ -2,4 +2,5 @@ export enum ChildBedMapEnum {
IN_ADULTS_BED = 0,
IN_CRIB = 1,
IN_EXTRA_BED = 2,
UNKNOWN = 3,
}