diff --git a/templates/narrative.jsx b/templates/narrative.jsx index 4dea644..664cd9e 100644 --- a/templates/narrative.jsx +++ b/templates/narrative.jsx @@ -6,6 +6,7 @@ import { templates, compile, classes } from 'core/js/reactHelpers'; export default function Narrative(props) { const { + _id, _items, _translateXOffset, _hasNavigationInTextArea, @@ -90,7 +91,7 @@ export default function Narrative(props) {
}