|
|
|
@ -16,6 +16,7 @@ import { T9n } from 'features/T9n' |
|
|
|
import { PlayButton } from '../PlayButton' |
|
|
|
import { PlayButton } from '../PlayButton' |
|
|
|
|
|
|
|
|
|
|
|
type Props = { |
|
|
|
type Props = { |
|
|
|
|
|
|
|
live?: boolean, |
|
|
|
onSelect?: (selectedMathPlaylist: PlaylistOption) => void, |
|
|
|
onSelect?: (selectedMathPlaylist: PlaylistOption) => void, |
|
|
|
playlists: MatchPlaylistOptions, |
|
|
|
playlists: MatchPlaylistOptions, |
|
|
|
selectedMathPlaylist?: PlaylistOption, |
|
|
|
selectedMathPlaylist?: PlaylistOption, |
|
|
|
@ -36,6 +37,7 @@ const Item = styled.li` |
|
|
|
` |
|
|
|
` |
|
|
|
|
|
|
|
|
|
|
|
export const MatchPlaylists = ({ |
|
|
|
export const MatchPlaylists = ({ |
|
|
|
|
|
|
|
live, |
|
|
|
onSelect, |
|
|
|
onSelect, |
|
|
|
playlists, |
|
|
|
playlists, |
|
|
|
selectedMathPlaylist, |
|
|
|
selectedMathPlaylist, |
|
|
|
|