fix: duplicative alt
This commit is contained in:
parent
ffce24a909
commit
a3a08afd50
2 changed files with 2 additions and 3 deletions
|
@ -205,7 +205,6 @@ export default {
|
|||
normalized['subtext'] = item['rating']
|
||||
}
|
||||
if (item.type === 'book') {
|
||||
normalized['alt'] = `${item['title']} by ${item['authors']}`
|
||||
normalized['title'] = `${item['title']} by ${item['authors']}`
|
||||
normalized['rating'] = item['rating']
|
||||
if (item['rating']) normalized['subtext'] = item['rating']
|
||||
|
|
Reference in a new issue