From 1fefe7912da56a1870cb047b614b5242f6d212f8 Mon Sep 17 00:00:00 2001 From: Arthur Jamet Date: Thu, 14 Sep 2023 11:37:50 +0200 Subject: [PATCH] Front: Run Pretty --- front/views/ArtistDetailsView.tsx | 3 +-- front/views/GenreDetailsView.tsx | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/front/views/ArtistDetailsView.tsx b/front/views/ArtistDetailsView.tsx index 8a88062..15026b1 100644 --- a/front/views/ArtistDetailsView.tsx +++ b/front/views/ArtistDetailsView.tsx @@ -33,8 +33,7 @@ const ArtistDetailsView = ({ artistId }: RouteProps) => - + > {artistQuery.data.name} diff --git a/front/views/GenreDetailsView.tsx b/front/views/GenreDetailsView.tsx index c9f4486..d1d3990 100644 --- a/front/views/GenreDetailsView.tsx +++ b/front/views/GenreDetailsView.tsx @@ -44,8 +44,7 @@ const GenreDetailsView = ({ genreId }: RouteProps) => { - + > {genreQuery.data.name}