This commit is contained in:
Maxim Filippov 2019-12-08 19:56:27 +03:00
parent 1ba4564b20
commit 6d14481fdc

View file

@ -150,7 +150,7 @@ export default {
getStatusesTitle(statuses) {
return `Reported statuses: ${statuses.length} item(s)`
},
getNotesTitle(notes) {
getNotesTitle(notes = []) {
return `Notes: ${notes.length} item(s)`
},
handlePageChange(page) {