diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-10-21 20:28:10 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-10-21 20:28:10 +0200 |
| commit | d1a15ad8560d7ff604fded4902b9b72b59238bea (patch) | |
| tree | c55798ddfed80617f2a2d512ea8950855ff7050f /animism-align/frontend/app/views/viewer/sections/viewer.sections.footnotes.js | |
| parent | bf6ef2f60cdbeaa3bc4f7dc5e9d567cdefc63fc7 (diff) | |
adjust fullscreen order
Diffstat (limited to 'animism-align/frontend/app/views/viewer/sections/viewer.sections.footnotes.js')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/sections/viewer.sections.footnotes.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/viewer/sections/viewer.sections.footnotes.js b/animism-align/frontend/app/views/viewer/sections/viewer.sections.footnotes.js index 983d236..546e0c5 100644 --- a/animism-align/frontend/app/views/viewer/sections/viewer.sections.footnotes.js +++ b/animism-align/frontend/app/views/viewer/sections/viewer.sections.footnotes.js @@ -38,7 +38,6 @@ class ViewerSectionsFootnotes extends Component { } render() { const { footnoteList } = this.props - console.log(footnoteList.map(note => note.footnote_id)) return ( <div className='nav-footnotes'> <div className='nav-footnotes-close' onClick={() => actions.viewer.hideNavComponent('footnotes')}> |
