diff --git a/src/components/Toolbar.js b/src/components/Toolbar.js
index e0b7611..897ce65 100644
--- a/src/components/Toolbar.js
+++ b/src/components/Toolbar.js
@@ -217,7 +217,7 @@ class Toolbar extends React.Component {
return (
{this.renderClosePanel()}
-
+ null} selectedIndex={this.state._selected}>
{narratives && narratives.length !== 0
? this.renderToolbarNarrativePanel()
: null}
diff --git a/src/components/controls/CardStack.js b/src/components/controls/CardStack.js
index 3c6c841..f5faab5 100644
--- a/src/components/controls/CardStack.js
+++ b/src/components/controls/CardStack.js
@@ -8,6 +8,7 @@ import {
import * as selectors from "../../selectors";
import { getFilterIdxFromColorSet } from "../../common/utilities";
import copy from "../../common/data/copy.json";
+import hash from "object-hash";
class CardStack extends React.Component {
constructor() {
@@ -80,7 +81,7 @@ class CardStack extends React.Component {
return (
+
diff --git a/src/components/time/atoms/Markers.js b/src/components/time/atoms/Markers.js
index e0c06ff..5211c61 100644
--- a/src/components/time/atoms/Markers.js
+++ b/src/components/time/atoms/Markers.js
@@ -1,5 +1,6 @@
import React from "react";
import colors from "../../../common/global";
+import hash from "object-hash";
import {
getEventCategories,
isLatitude,
@@ -22,20 +23,19 @@ const TimelineMarkers = ({
function renderCircle(y) {
return (