File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ If you are not familiar with ReasonML or BuckleScript, be sure to check
7676

7777
```reason
7878
{items
79-
->Belt.Array.mapWithIndex((items, index) =>
79+
->Belt.Array.mapWithIndex((item, index) =>
8080
<Text
81-
key=((i->Js.Int.toString)++item)>
81+
key=((index->Js.Int.toString)++item)>
8282
item->React.string
8383
</Text>
8484
)

0 commit comments

Comments
 (0)