Skip to content

Commit 624eca2

Browse files
authored
Merge pull request #3313 from patchamama/patch-8
Update part6d.md
2 parents 1f5ae11 + f0bca5e commit 624eca2

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)