Skip to content

Commit 7534fed

Browse files
committed
fix(pet-editor-overhaul): fixes not deleting pet avatar on click
1 parent 2e265ef commit 7534fed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/App/Reducers/petsReducer.ts

+1
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ export const petsReducer =
268268
}
269269

270270
case ActionTypes.SET_PET_AVATAR:
271+
case ActionTypes.DELETE_PET_AVATAR:
271272
case ActionTypes.SET_PET_NAME:
272273
case ActionTypes.SET_PET_SIZE:
273274
case ActionTypes.SET_PET_TYPE:

0 commit comments

Comments
 (0)