Skip to content

Commit 08886ca

Browse files
committed
exclude all media from detail sheet formats / color badges
1 parent 0994f7b commit 08886ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/AlbumDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const AlbumDetails = ({
100100
.join(', ')}{' '}
101101
{/* text = vinyl color */}
102102
{release.formats
103-
// .filter((format) => format.name !== 'All Media')
103+
.filter((format) => format.name !== 'All Media')
104104
.map(
105105
({ text }) =>
106106
text && (

0 commit comments

Comments
 (0)