Skip to content
Snippets Groups Projects
Commit 24fea8a5 authored by Briggs, Aaron Shane's avatar Briggs, Aaron Shane
Browse files

remove unused selector

parent 47c6734b
No related branches found
No related tags found
1 merge request!407Wdfn 791 title info icon does not have text
......@@ -7,8 +7,6 @@ import {getSelectedParameterCode} from 'ml/selectors/hydrograph-state-selector';
*/
export const getHydrographParameters = state => state.hydrographParameters || {};
export const getParameterName = (state, parameterCode) => state.hydrographParameters[parameterCode]['name'] || '';
/*
* Returns a selector function which returns the most recently reported value for the primary parameter
* @return {function}
......
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