mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-04-30 11:12:36 -04:00
Fix null artist biography breaking spacing
This commit is contained in:
@@ -132,7 +132,8 @@ const ArtistView = ({ ...rest }: any) => {
|
||||
<span>
|
||||
{artistInfo.biography
|
||||
?.replace(/<[^>]*>/, '')
|
||||
.replace('Read more on Last.fm</a>', '') !== ''
|
||||
.replace('Read more on Last.fm</a>', '')
|
||||
?.trim() !== ''
|
||||
? `${artistInfo.biography
|
||||
?.replace(/<[^>]*>/, '')
|
||||
.replace('Read more on Last.fm</a>', '')}`
|
||||
|
||||
Reference in New Issue
Block a user