Prettified Code!

This commit is contained in:
gabek
2021-06-07 20:53:56 +00:00
committed by GitHub Action
parent c77782cd35
commit 136fb2d943

View File

@@ -225,10 +225,7 @@ export default class VideoOnly extends Component {
isPlaying, isPlaying,
} = state; } = state;
const { const { logo = TEMP_IMAGE, customStyles } = configData;
logo = TEMP_IMAGE,
customStyles,
} = configData;
const mainClass = playerActive ? 'online' : ''; const mainClass = playerActive ? 'online' : '';