Skip to content

Commit f0bca5e

Browse files
authored
Update part6d.md
Hi, Correction with the Highlight section done! Greetings, Armando
1 parent 2488869 commit f0bca5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/6/en/part6d.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,11 @@ const App = () => {
266266
},
267267
})
268268

269+
// highlight-start
269270
const toggleImportance = (note) => {
270271
updateNoteMutation.mutate({...note, important: !note.important })
271272
}
273+
// highlight-end
272274

273275
// ...
274276
}

0 commit comments

Comments
 (0)