|
|
|
@ -9,7 +9,6 @@ import { MatchSidePlaylists } from 'features/MatchSidePlaylists' |
|
|
|
import { MultiSourcePlayer } from 'features/MultiSourcePlayer' |
|
|
|
import { MultiSourcePlayer } from 'features/MultiSourcePlayer' |
|
|
|
|
|
|
|
|
|
|
|
import { SettingsPopup } from '../SettingsPopup' |
|
|
|
import { SettingsPopup } from '../SettingsPopup' |
|
|
|
import { MatchDescription } from '../MatchDescription' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import { useFinishedMatch } from './hooks' |
|
|
|
import { useFinishedMatch } from './hooks' |
|
|
|
import { Container } from '../../styled' |
|
|
|
import { Container } from '../../styled' |
|
|
|
@ -54,7 +53,6 @@ export const FinishedMatch = ({ events, profile }: Props) => { |
|
|
|
onPlayingChange={onPlayingChange} |
|
|
|
onPlayingChange={onPlayingChange} |
|
|
|
/> |
|
|
|
/> |
|
|
|
)} |
|
|
|
)} |
|
|
|
<MatchDescription profile={profile} /> |
|
|
|
|
|
|
|
</Container> |
|
|
|
</Container> |
|
|
|
|
|
|
|
|
|
|
|
<MatchSidePlaylists |
|
|
|
<MatchSidePlaylists |
|
|
|
|