diff --git a/src/renderer/features/artists/components/album-artist-detail-content.tsx b/src/renderer/features/artists/components/album-artist-detail-content.tsx
index 7dcec66c5..d44271bbf 100644
--- a/src/renderer/features/artists/components/album-artist-detail-content.tsx
+++ b/src/renderer/features/artists/components/album-artist-detail-content.tsx
@@ -175,7 +175,9 @@ const AlbumArtistMetadataBiography = ({
artist: artistName,
})}
-
+
+
+
);
};
diff --git a/src/renderer/features/item-details/components/item-details-modal.tsx b/src/renderer/features/item-details/components/item-details-modal.tsx
index 6eebffdcb..15db71561 100644
--- a/src/renderer/features/item-details/components/item-details-modal.tsx
+++ b/src/renderer/features/item-details/components/item-details-modal.tsx
@@ -228,10 +228,9 @@ const AlbumArtistPropertyMapping: ItemDetailRow[] = [
label: 'common.biography',
render: (artist) =>
artist.biography ? (
-
+
+
+
) : null,
},
{ key: 'id', label: 'filter.id' },