Skip to content

Commit eed81ec

Browse files
authored
Fix spacing mistake
1 parent a762f37 commit eed81ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/thinking-in-react.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ function FilterableProductTable({ products }) {
484484
485485
`SearchBar` の中で `onChange` イベントハンドラを追加し、それらから親 state を設定します。
486486
487-
```js {5}
487+
```js {5}
488488
<input
489489
type="text"
490490
value={filterText}

0 commit comments

Comments
 (0)