fix prettier/lint

This commit is contained in:
Kendall Garner
2024-08-23 08:19:27 -07:00
parent 121b036aaf
commit 271be93a96
26 changed files with 133 additions and 103 deletions
@@ -143,8 +143,8 @@ const AlbumListRoute = () => {
const title = artist
? t('page.albumList.artistAlbums', { artist })
: genreId
? t('page.albumList.genreAlbums', { genre: titleCase(genreTitle) })
: undefined;
? t('page.albumList.genreAlbums', { genre: titleCase(genreTitle) })
: undefined;
return (
<AnimatedPage>