diff --git a/app/components/station-player.tsx b/app/components/station-player.tsx index 9334708..750f79b 100644 --- a/app/components/station-player.tsx +++ b/app/components/station-player.tsx @@ -39,7 +39,7 @@ export function StationPlayer({ station, nextPrevStationIds }: StationPlayerProp if (!nextPrevStationIds.prev) return; route(getStationUrl(nextPrevStationIds.prev)) }} - secondDescription={<>★ {station.popularity}} + secondDescription={station.popularity ? <>★ {station.popularity} : undefined} />); } catch (error) { console.log('rerrerer', error)