Skip to content

Commit

Permalink
Merge pull request #643 from Czechitas-podklady-WEB/hotfix/JS2.10/id-…
Browse files Browse the repository at this point in the history
…v-komponente-Drink

fix(JS2.10): Komponenta `Drink` potřebuje prop `id`.
  • Loading branch information
FilipJirsak authored Oct 21, 2023
2 parents 54b9584 + 43dbe6b commit 6bb10ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daweb/js2/cafe-lora-1/cvlekce/napoj.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Vytvoříme komponentu `Drink`, která zatím nebude mít funkční objednávac

```jsx
<Drink
id={0}
name="Romano"
ordered={false}
image="https://localhost:4000/assets/cups/romano.png"
Expand Down

0 comments on commit 6bb10ff

Please sign in to comment.