This commit is contained in:
kitkatpotato16
2025-02-21 12:23:30 +01:00
2 changed files with 11 additions and 3 deletions

View File

@@ -258,8 +258,16 @@ function getDescription(title) {
// Sauzen beschrijving
} if (title === "Ketchup") {
return "";
} if (title === "Aardbij yoghurt") {
} if (title === "Mayonaise") {
return "";
} if (title === "Mosterd") {
return "";
} if (title === "Sweet Chili") {
return "";
} if (title === "Curry saus") {
return "";
}
if (title === "Aardbij yoghurt") {
return "Yoghurt met aardbei";
} if (title === "Haribo starmix") {