Skip to content

Commit d2dac63

Browse files
Fix closing tag
1 parent b1a186c commit d2dac63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/react/latest/arrays-and-keys.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ var items = numbers.map(function (number) {
8888
});
8989
```
9090

91-
<CodeTab>
91+
</CodeTab>
9292

9393
The best way to pick a key is to use a string that uniquely identifies a list item among its siblings. Most often you would use IDs from your data as keys:
9494

0 commit comments

Comments
 (0)