Skip to content

Commit 5e67ee9

Browse files
authored
Merge pull request #37 from Czechitas-podklady-WEB/36-u-otázky-10-kableky-přídat-do-pole-smysluplnou-property-která-se-dá-zvolit-jako-key
Přidání id ke kabelkám aby bylo možné použít prop key
2 parents 32aef90 + d953085 commit 5e67ee9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

+3
Original file line numberDiff line numberDiff line change
@@ -321,14 +321,17 @@ <h3 class="question__title">Kabelky</h3>
321321
<pre><code class="language-js"><!--
322322
-->[
323323
<!-- --> {
324+
<!-- --> productId: '5Rkhrw1D',
324325
<!-- --> brand: 'Guess',
325326
<!-- --> price: 3600,
326327
<!-- --> },
327328
<!-- --> {
329+
<!-- --> productId: 'vClBTWK7',
328330
<!-- --> brand: 'Chanel',
329331
<!-- --> price: 225000,
330332
<!-- --> },
331333
<!-- --> {
334+
<!-- --> productId: 'NTvh0Cf0',
332335
<!-- --> brand: 'Prada',
333336
<!-- --> price: 65000,
334337
<!-- --> },

0 commit comments

Comments
 (0)