Skip to content

Commit

Permalink
fix: remove loading animation after address creation during the check…
Browse files Browse the repository at this point in the history
…out (#413)
  • Loading branch information
SGrueber authored Oct 12, 2020
1 parent dff4ad9 commit eb08ae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/core/store/customer/addresses/addresses.reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export const addressesReducer = createReducer(
unsetLoadingAndErrorOn(
loadAddressesSuccess,
createCustomerAddressSuccess,
createBasketAddressSuccess,
updateCustomerAddressSuccess,
deleteCustomerAddressSuccess
),
Expand Down

0 comments on commit eb08ae9

Please sign in to comment.