Skip to content

Commit 2a91171

Browse files
committed
fix: remove empty line at line 1031
1 parent 0395698 commit 2a91171

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/content/learn/rendering-lists.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,6 @@ export const recipes = [{
10281028

10291029
<Solution>
10301030

1031-
10321031
Вы можете скопировать и вставить JSX из внешнего вызова map в новый компонент `Recipe` и вернуть этот JSX. Затем вы можете изменить `recipe.name` на `name`, `recipe.id` на `id` и т.д., и передать их в виде пропсов компоненту `Recipe`:
10331032

10341033
<Sandpack>
@@ -1261,4 +1260,4 @@ hr {
12611260

12621261
</Solution>
12631262

1264-
</Challenges>
1263+
</Challenges>

0 commit comments

Comments
 (0)