diff --git a/src/pages/NowPlaying.tsx b/src/pages/NowPlaying.tsx
index 49516e04..d45d538e 100644
--- a/src/pages/NowPlaying.tsx
+++ b/src/pages/NowPlaying.tsx
@@ -44,7 +44,7 @@ function renderStars(rating?: number) {
{[1, 2, 3, 4, 5].map(i => (
))}
@@ -175,7 +175,7 @@ const NpTrackList = memo(function NpTrackList({ albumTracks, currentTrackId, alb
return (
-
{t('nowPlaying.fromAlbum')}: {album}
+ {t('nowPlaying.fromAlbum')}: {album}
{albumId && (