You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(books): render format badges as fmt.name, not [object Object]
The format badges over each book card were rendering the object
stringification of a CalibreFormat ({name, downloadUrl}), which the
type cast to `string[]` papered over. One-character swap to the real
field name.
0 commit comments