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

cc

parent 0cc3e4d5
......@@ -73,6 +73,8 @@ const globalState = {
grabdropoff: '',
grabdestination: '',
notes:'',
balanceUsed: '',
pointused: '',
......@@ -194,6 +196,7 @@ const rootReducer = (state = globalState, action) => {
email: action.data.email,
}
}
case ActionType.SET_PROSES: {
return {
...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