Fix inconsistency with the app
pull/7738/head
Bartosz Trzos 6 years ago committed by Conduitry
parent e85e113125
commit ce6db75a67

@ -10,7 +10,7 @@ To do that, we specify a unique identifier for the `each` block:
```html ```html
{#each things as thing (thing.id)} {#each things as thing (thing.id)}
<Thing current={thing.value}/> <Thing current={thing.color}/>
{/each} {/each}
``` ```

Loading…
Cancel
Save