Add more t-shirt sizes

This commit is contained in:
pikiou
2022-05-30 16:12:44 +02:00
parent 028d703e98
commit f9a68d7cfe
2 changed files with 7 additions and 2 deletions

View File

@@ -6,16 +6,21 @@ import { AppState } from "../../store"
import { fetchVolunteerParticipationDetailsSet } from "../../store/volunteerParticipationDetailsSet"
export const tshirtSizes = [
"XXS",
"XS",
"S",
"M",
"L",
"XL",
"XXL",
"3XL",
"4XL",
"Femme S",
"Femme M",
"Femme L",
"Femme XL",
"Femme XXL",
"Femme 3XL",
]
export const foodDefaultValue = "Aucune"