Add descriptions for additional sauces in getDescription function

This commit is contained in:
vista-man
2025-02-21 12:17:50 +01:00
parent 3aa7b1154a
commit 3c1bde1554

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") {