{ t("home:title") }
(this.messages = ref) } />
{ t("home:officialStations") }
{ this.props.officialStations.map((station) => {
return ;
}) }
{ t("home:communityStations") }
{ (this.props.user.loggedIn) ? (
Create community station
add
(this.input.stationDisplayName = ref) } />
(this.input.stationDescription = ref) } />
musare.com/c/
(this.input.stationName = ref) } />
{(this.state.createStation.private) ?
lock :
lock}
) : null }
{ this.props.communityStations.map((station) => {
return
;
}) }
);
}
}