Skip to content

Commit ac003df

Browse files
authored
Update conditional-rendering.md
1 parent d5992ee commit ac003df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/learn/conditional-rendering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default function PackingList() {
5353
</Sandpack>
5454

5555
<<<<<<< HEAD
56-
Звярніце ўвагу, што ў некаторых кампанентаў `Item` пропс `isPacked` мае значэнне `true` замест `false`. Калі `isPacked={true}`, мы хочам дадаць галачку() да спакаваных рэчаў.
56+
Звярніце ўвагу, што ў некаторых кампанентаў `Item` пропс `isPacked` мае значэнне `true` замест `false`. Калі `isPacked={true}`, мы хочам дадаць галачку() да спакаваных рэчаў.
5757
=======
5858
Notice that some of the `Item` components have their `isPacked` prop set to `true` instead of `false`. You want to add a checkmark (✅) to packed items if `isPacked={true}`.
5959
>>>>>>> 7d50c3ffd4df2dc7903f4e41069653a456a9c223

0 commit comments

Comments
 (0)