run prettier

This commit is contained in:
danis
2023-09-09 18:55:32 +02:00
parent b61541f7b8
commit a6d9cb3b40
8 changed files with 59 additions and 45 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ const protectedRoutes = () =>
},
Genre: {
component: GenreDetailsView,
options: { title: translate('genreFilter')},
options: { title: translate('genreFilter') },
link: '/genre/:genreId',
},
Score: {