diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-07-27 20:52:37 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-07-27 20:52:37 +0200 |
| commit | efa31f76bd00fed5684ada9f948692e7051ecc4e (patch) | |
| tree | 234796d5b8ecec96e812a2f753c78fdf800bd725 /animism-align/frontend/app/views/viewer/player/player.container.js | |
| parent | 41918a245e79e4edeccca55ea3b7f538bd6c1e38 (diff) | |
very very basic styling of player transcript
Diffstat (limited to 'animism-align/frontend/app/views/viewer/player/player.container.js')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/player/player.container.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/animism-align/frontend/app/views/viewer/player/player.container.js b/animism-align/frontend/app/views/viewer/player/player.container.js index 3c8c1e9..0340171 100644 --- a/animism-align/frontend/app/views/viewer/player/player.container.js +++ b/animism-align/frontend/app/views/viewer/player/player.container.js @@ -13,7 +13,7 @@ class PlayerContainer extends Component { } componentDidMount() { - console.log(this.props.sections) + // console.log(this.props.sections) this.setState({ currentSection: this.props.sections[0] }) } @@ -49,7 +49,7 @@ class PlayerContainer extends Component { // const { } = this.props const { currentSection } = this.state if (!currentSection) { return <div /> } - console.log(currentSection) + // console.log(currentSection) return ( <div className='viewer-container'> <PlayerTranscript section={currentSection} /> |
