Odstranění přebývající dvojtečky

This commit is contained in:
2023-06-03 09:41:49 +02:00
parent 19805713cd
commit 4d22b85d13
2 changed files with 2 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ function App() {
<h1 className='title'>Dnes je {data.date}</h1>
<Row className='food-tables'>
{renderFoodTable('Sladovnická', food.sladovnicka)}
{renderFoodTable('U Motlíků', food["uMotliku:"])}
{renderFoodTable('U Motlíků', food.uMotliku)}
{renderFoodTable('TechTower', food.techTower)}
</Row>
<div className='content-wrapper'>