diff --git a/frontend/src/app/album/[id]/page.tsx b/frontend/src/app/album/[id]/page.tsx index 887dc5f..c1e109b 100644 --- a/frontend/src/app/album/[id]/page.tsx +++ b/frontend/src/app/album/[id]/page.tsx @@ -29,11 +29,9 @@ export default function Page() { {album.title} by {album.artist} ({album.genre}) );