diff options
Diffstat (limited to 'animism-align/frontend/app/views/viewer/checklist/checklist.content.js')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/checklist/checklist.content.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/animism-align/frontend/app/views/viewer/checklist/checklist.content.js b/animism-align/frontend/app/views/viewer/checklist/checklist.content.js index e4e47ec..dfccb61 100644 --- a/animism-align/frontend/app/views/viewer/checklist/checklist.content.js +++ b/animism-align/frontend/app/views/viewer/checklist/checklist.content.js @@ -10,8 +10,8 @@ import { PlayIcon } from '../nav/viewer.icons' class ChecklistContent extends Component { handleMediaSelection(mediaItem) { actions.audio.seek(mediaItem.start_ts) - actions.viewer.hideSection('nav') - actions.viewer.hideSection('checklist') + actions.viewer.hideComponent('nav') + actions.viewer.hideComponent('checklist') } render() { const { sections, currentSection } = this.props |
