mirror of
https://github.com/Alvin-Zilverstand/Schoolkantine.git
synced 2026-03-06 11:07:40 +01:00
Merge branch 'main' of https://github.com/Alvin-Zilverstand/Schoolkantine
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user