diff --git a/src/components/Dashboard.jsx b/src/components/Dashboard.jsx index 6fe812f..19818c4 100644 --- a/src/components/Dashboard.jsx +++ b/src/components/Dashboard.jsx @@ -107,6 +107,7 @@ class Dashboard extends React.Component { /> { this.props.actions.updateNarrative(null); }} + > + + + ) + } + render() { if (this.props.narrative !== null) { const steps = this.props.narrative.steps; @@ -37,6 +48,7 @@ class NarrativeCard extends React.Component { return ( + {this.renderClose()} {this.props.narrative.label} {this.props.narrative.description} {this.state.step + 1}/{steps.length}. {step.location}
{this.props.narrative.description}