We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b5d6a3 commit 4846a28Copy full SHA for 4846a28
1 file changed
app/actions/station.js
@@ -150,6 +150,7 @@ export function getData(dispatch, getState, action, args) {
150
151
export function getLatitudeAvgValues() {
152
return (dispatch, getState) => {
153
+ dispatch(resetStation());
154
dispatch(setLoading(true));
155
getData(dispatch, getState, 'getLatitudeAvgValues');
156
};
0 commit comments