Skip to content
Snippets Groups Projects
Commit ff6b016b authored by Bucknell, Mary S.'s avatar Bucknell, Mary S.
Browse files

Removed linting issue

parent 2ed5d686
No related branches found
No related tags found
No related merge requests found
......@@ -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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment