chore: format JSX components

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan
2026-02-03 12:44:42 -05:00
parent d7ec7355c9
commit ddff5db14a
6 changed files with 17 additions and 11 deletions
+3 -1
View File
@@ -173,7 +173,9 @@ const DesktopArtistDetails = ({ artistInfo, record, biography }) => {
variant={'body1'}
onClick={() => setExpanded(!expanded)}
>
<span><SafeHTML>{biography}</SafeHTML></span>
<span>
<SafeHTML>{biography}</SafeHTML>
</span>
</Typography>
</Collapse>
</CardContent>