From 8513189c0b04c3dc3e68dea42f47774a1ef46af6 Mon Sep 17 00:00:00 2001 From: Giovani Date: Fri, 23 Jul 2021 14:03:07 -0400 Subject: [PATCH] fix: address issue with history nav button --- src/components/history/history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/history/history.js b/src/components/history/history.js index d144fed..0672dd7 100644 --- a/src/components/history/history.js +++ b/src/components/history/history.js @@ -94,7 +94,7 @@ class History extends Component { render() { return ( -
+
{this.timelineContainers.map((timelineContainer, i) => { return (