mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 20:40:21 +02:00
optimize library headers (#1374)
This commit is contained in:
@@ -228,8 +228,8 @@ const AlbumArtistPropertyMapping: ItemDetailRow<AlbumArtist>[] = [
|
||||
label: 'common.biography',
|
||||
render: (artist) =>
|
||||
artist.biography ? (
|
||||
<Spoiler maxHeight={50}>
|
||||
<div dangerouslySetInnerHTML={{ __html: sanitize(artist.biography) }} />
|
||||
<Spoiler>
|
||||
<Text dangerouslySetInnerHTML={{ __html: sanitize(artist.biography) }} />
|
||||
</Spoiler>
|
||||
) : null,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user