From 067324214811280bea95bf46e2e6d99e68b529ed Mon Sep 17 00:00:00 2001 From: Sol Abrahams Date: Tue, 14 Jul 2020 16:12:52 +0100 Subject: [PATCH] Update app.js Update for linter --- src/reducers/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/reducers/app.js b/src/reducers/app.js index 6ac7068..c6b3077 100644 --- a/src/reducers/app.js +++ b/src/reducers/app.js @@ -47,8 +47,8 @@ function updateNarrative (appState, action) { // Compute narrative time range and map bounds if (action.narrative) { // Forced to comment out min and max time changes, not sure why? - //minTime = appState.timeline.rangeLimits[0] - //maxTime = appState.timeline.rangeLimits[1] + // minTime = appState.timeline.rangeLimits[0] + // maxTime = appState.timeline.rangeLimits[1] // Find max and mins coordinates of narrative events action.narrative.steps.forEach(step => {