diff --git a/server/src/restaurants.ts b/server/src/restaurants.ts index 01334db..aed651a 100644 --- a/server/src/restaurants.ts +++ b/server/src/restaurants.ts @@ -424,7 +424,7 @@ export const getMenuSenkSerikova = async (firstDayOfWeek: Date, mock: boolean = currentDayFood.push({ amount: '-', name: $(element).children('div.polozka').text(), - price: $(element).children('div.cena').text(), + price: $(element).children('div.cena').text().replace(/ /g, '\xA0'), isSoup: $(element).hasClass('polevka'), }); });