From efa31f76bd00fed5684ada9f948692e7051ecc4e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 27 Jul 2020 20:52:37 +0200 Subject: very very basic styling of player transcript --- animism-align/frontend/app/views/viewer/player/player.container.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'animism-align/frontend/app/views/viewer/player/player.container.js') 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
} - console.log(currentSection) + // console.log(currentSection) return (
-- cgit v1.2.3-70-g09d2