diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-21 20:12:22 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-21 20:12:22 +0000 |
| commit | ba4f8b90eb5497b638a8491f85e0fc8090ee884d (patch) | |
| tree | 57a7c637e36a258974d43365fc1ee044d4d967f1 | |
| parent | 5383fd835bc9f6c658237717c18ac962c643ab4e (diff) | |
| download | mullvadvpn-ba4f8b90eb5497b638a8491f85e0fc8090ee884d.tar.xz mullvadvpn-ba4f8b90eb5497b638a8491f85e0fc8090ee884d.zip | |
Update action key
| -rw-r--r-- | app/reducers/connect.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/reducers/connect.js b/app/reducers/connect.js index e3ed877b55..edd00abb1f 100644 --- a/app/reducers/connect.js +++ b/app/reducers/connect.js @@ -5,7 +5,7 @@ import actions from '../actions/connect'; const initialState = {}; export default handleActions({ - [actions.updateConnectionState]: (state, action) => { + [actions.connectionChange]: (state, action) => { return { ...state, ...action.payload }; } }, initialState); |
