feature/version-1 #1

Open
behnam wants to merge 9 commits from feature/version-1 into main
Showing only changes of commit ba6ce54081 - Show all commits

View File

@ -39,7 +39,7 @@ export function StationPlayer({ station, nextPrevStationIds }: StationPlayerProp
if (!nextPrevStationIds.prev) return; if (!nextPrevStationIds.prev) return;
route(getStationUrl(nextPrevStationIds.prev)) route(getStationUrl(nextPrevStationIds.prev))
}} }}
secondDescription={<>&#9733; {station.popularity}</>} secondDescription={station.popularity ? <>&#9733; {station.popularity}</> : undefined}
/>); />);
} catch (error) { } catch (error) {
console.log('rerrerer', error) console.log('rerrerer', error)