diff --git a/front/src/scene/album/AlbumDetailPage.tsx b/front/src/scene/album/AlbumDetailPage.tsx index ebe820f..6a72afe 100644 --- a/front/src/scene/album/AlbumDetailPage.tsx +++ b/front/src/scene/album/AlbumDetailPage.tsx @@ -45,7 +45,7 @@ export const AlbumDetailPage = () => { if (!dataAlbum) { return ( <> - + Fail to load artist id: {albumId} @@ -54,7 +54,7 @@ export const AlbumDetailPage = () => { } return ( <> - + - - + )} diff --git a/front/src/scene/artist/ArtistDetailPage.tsx b/front/src/scene/artist/ArtistDetailPage.tsx index 8d3ac41..b89791b 100644 --- a/front/src/scene/artist/ArtistDetailPage.tsx +++ b/front/src/scene/artist/ArtistDetailPage.tsx @@ -32,7 +32,7 @@ export const ArtistDetailPage = () => { if (!dataArtist) { return ( <> - + Fail to load artist id: {artistId} @@ -41,19 +41,12 @@ export const ArtistDetailPage = () => { } return ( <> - + } + > <> - - diff --git a/front/src/scene/track/TrackSelectionPage.tsx b/front/src/scene/track/TrackSelectionPage.tsx index b988527..1fa58ac 100644 --- a/front/src/scene/track/TrackSelectionPage.tsx +++ b/front/src/scene/track/TrackSelectionPage.tsx @@ -42,7 +42,7 @@ export const TrackSelectionPage = () => { }; return ( <> - +