diff --git a/src/components/Layout.js b/src/components/Layout.js index 120b6b2..fe7c0e7 100644 --- a/src/components/Layout.js +++ b/src/components/Layout.js @@ -198,6 +198,7 @@ class Dashboard extends React.Component { onKeyDown (e) { const { narrative, selected } = this.props.app const { events } = this.props.domain + const prev = idx => { if (narrative === null) { this.handleSelect(events[idx - 1], 0) diff --git a/src/components/presentational/Map/Events.jsx b/src/components/presentational/Map/Events.jsx index f2fe193..3ef5271 100644 --- a/src/components/presentational/Map/Events.jsx +++ b/src/components/presentational/Map/Events.jsx @@ -1,6 +1,7 @@ import React from 'react' import { Portal } from 'react-portal' import colors from '../../../common/global.js' +import Tooltip from '../Tooltip' import { calcOpacity } from '../../../common/utilities' function MapEvents ({