This commit is contained in:
@@ -300,9 +300,7 @@ export const getMenuTechTower = async (firstDayOfWeek: Date, mock: boolean = fal
|
||||
price = `${split.slice(1)[0]}\xA0Kč`
|
||||
name = split[0].replace('•', '');
|
||||
}
|
||||
if (result[currentDayIndex] == null) {
|
||||
result[currentDayIndex] = [];
|
||||
}
|
||||
result[currentDayIndex] ??= [];
|
||||
result[currentDayIndex].push({
|
||||
amount: '-',
|
||||
name,
|
||||
|
||||
Reference in New Issue
Block a user