|
@ -132,7 +132,8 @@ const ArtistView = ({ ...rest }: any) => { |
|
|
<span> |
|
|
<span> |
|
|
{artistInfo.biography |
|
|
{artistInfo.biography |
|
|
?.replace(/<[^>]*>/, '') |
|
|
?.replace(/<[^>]*>/, '') |
|
|
.replace('Read more on Last.fm</a>', '') !== '' |
|
|
.replace('Read more on Last.fm</a>', '') |
|
|
|
|
|
?.trim() !== '' |
|
|
? `${artistInfo.biography |
|
|
? `${artistInfo.biography |
|
|
?.replace(/<[^>]*>/, '') |
|
|
?.replace(/<[^>]*>/, '') |
|
|
.replace('Read more on Last.fm</a>', '')}` |
|
|
.replace('Read more on Last.fm</a>', '')}` |
|
|