From ff6b016bf79446946d046f65bdc490bac95328f7 Mon Sep 17 00:00:00 2001
From: Mary Bucknell <mbucknell@usgs.gov>
Date: Wed, 25 Apr 2018 09:30:56 -0500
Subject: [PATCH] Removed linting issue

---
 assets/src/scripts/components/hydrograph/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/src/scripts/components/hydrograph/index.js b/assets/src/scripts/components/hydrograph/index.js
index 3987bb227..e3ff477d4 100644
--- a/assets/src/scripts/components/hydrograph/index.js
+++ b/assets/src/scripts/components/hydrograph/index.js
@@ -503,7 +503,7 @@ const attachToNode = function (store, node, {siteno} = {}) {
             .call(graphControls);
     select(node).select('.select-timeseries-container')
         .call(link(plotSeriesSelectTable, createStructuredSelector({
-            siteno: state => siteno,
+            siteno: () => siteno,
             availableTimeseries: availableTimeseriesSelector,
             lineSegmentsByParmCd: lineSegmentsByParmCdSelector('current')('P7D'),
             timeSeriesScalesByParmCd: timeSeriesScalesByParmCdSelector('current')('P7D')(SPARK_LINE_DIM),
-- 
GitLab