review updates

This commit is contained in:
Wyatt Johnson
2018-05-11 09:33:29 -06:00
parent ac7bea209e
commit 42d4abf842
5 changed files with 8 additions and 5 deletions
@@ -6,7 +6,7 @@ const initialState = {
export default function reducer(state = initialState, action) {
switch (action.type) {
case actions.STARTED_ATTACH:
case actions.START_ATTACH:
return {
inProgress: true,
};