Sync progress circle
This commit is contained in:
@@ -176,6 +176,11 @@ export default function reducer(
|
||||
[action.key]: action.value,
|
||||
},
|
||||
};
|
||||
case "set-progress":
|
||||
return {
|
||||
...state,
|
||||
progressPerc: action.progressPerc,
|
||||
};
|
||||
}
|
||||
return state;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user