We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbc994 commit e57dd35Copy full SHA for e57dd35
src/content/6/en/part6d.md
@@ -314,7 +314,7 @@ import { createNote } from '../reducers/noteReducer'
314
315
const NewNote = (props) => { // highlight-line
316
317
- const addNote = async (event) => {
+ const addNote = (event) => {
318
event.preventDefault()
319
const content = event.target.note.value
320
event.target.note.value = ''
@@ -352,7 +352,7 @@ import { createNote } from '../reducers/noteReducer' // highlight-line
352
353
const NewNote = (props) => {
354
355
356
357
358
0 commit comments