From 07cfcc049e8d7bf437b732808397d7b41be9f841 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 21 Oct 2020 18:01:13 +0200 Subject: adding the footnotes.. --- .../frontend/app/views/viewer/sections/viewer.sections.footnotes.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'animism-align/frontend/app/views/viewer/sections/viewer.sections.footnotes.js') 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 1582d82..983d236 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,14 +38,15 @@ class ViewerSectionsFootnotes extends Component { } render() { const { footnoteList } = this.props + console.log(footnoteList.map(note => note.footnote_id)) return (
actions.viewer.hideNavComponent('footnotes')}> {EfluxClose}
- {footnoteList.map(note => ( -
+ {footnoteList.map((note, i) => ( +
{note.footnote_id}
-- cgit v1.2.3-70-g09d2