fixed additional notes
This commit is contained in:
parent
653509d655
commit
6dc5efd6ee
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ export default function Book(props) {
|
|||
}).join("\n\n")
|
||||
}
|
||||
if (!!notes && !!event.target.notes.value) {
|
||||
notes += "Additional notes:\n" + event.target.notes.value;
|
||||
notes += "\n\nAdditional notes:\n" + event.target.notes.value;
|
||||
} else {
|
||||
notes += event.target.notes.value;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue