feature/version-1 #1
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user