Skip to content

Commit

Permalink
Update src/content/learn/scaling-up-with-reducer-and-context.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alinkedd authored Oct 13, 2024
1 parent 7a094ce commit 791de4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/content/learn/scaling-up-with-reducer-and-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ ul, li { margin: 0; padding: 0; }

Наприклад, `TaskApp` передає перелік завдань і обробники подій компоненту `TaskList`:

```jsx
<TaskList tasks={tasks} dispatch={dispatch} />
```js
<TaskList
tasks={tasks}
Expand Down

0 comments on commit 791de4d

Please sign in to comment.