Odstranění přebývající dvojtečky
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user