Skip to content

Commit 2ade579

Browse files
committed
Resolve conflict
1 parent 93007d0 commit 2ade579

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/docs/lists-and-keys.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,7 @@ ReactDOM.render(
5050

5151
通常、リストは何らかの[コンポーネント](/docs/components-and-props.html)の内部でレンダリングしたいと思うでしょう。
5252

53-
<<<<<<< HEAD
54-
前の例をリファクタリングして、`numbers` という配列を受け取って要素の順序なしリストを出力するコンポーネントを作ることができます。
55-
=======
56-
We can refactor the previous example into a component that accepts an array of `numbers` and outputs a list of elements.
57-
>>>>>>> f767be60c2efd49115b24c4dc6a17d666e4bc263
53+
前の例をリファクタリングして、`numbers` という配列を受け取って要素のリストを出力するコンポーネントを作ることができます。
5854

5955
```javascript{3-5,7,13}
6056
function NumberList(props) {

0 commit comments

Comments
 (0)