Commit b400f243 authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

cc

parent 0cc3e4d5
...@@ -73,6 +73,8 @@ const globalState = { ...@@ -73,6 +73,8 @@ const globalState = {
grabdropoff: '', grabdropoff: '',
grabdestination: '', grabdestination: '',
notes:'',
balanceUsed: '', balanceUsed: '',
pointused: '', pointused: '',
...@@ -194,6 +196,7 @@ const rootReducer = (state = globalState, action) => { ...@@ -194,6 +196,7 @@ const rootReducer = (state = globalState, action) => {
email: action.data.email, email: action.data.email,
} }
} }
case ActionType.SET_PROSES: { case ActionType.SET_PROSES: {
return { return {
...state, ...state,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment