books on new lines
This commit is contained in:
parent
5c07b91237
commit
00e7f2ff58
1 changed files with 1 additions and 1 deletions
2
utils.js
2
utils.js
|
|
@ -117,5 +117,5 @@ export async function getReadingBooklogr(booklogrUrl, booklogrUser) {
|
|||
const books = data.books.filter(
|
||||
({ reading_status }) => reading_status === 'Currently reading',
|
||||
)
|
||||
return books.map(({ title }) => title).join(', ')
|
||||
return books.map(({ title }) => title).join(',<br />')
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue