From 6ac8a86a58a5b0440d40305de229e4bba66eff6f Mon Sep 17 00:00:00 2001 From: Will Lopez Date: Fri, 12 Oct 2018 17:13:19 -0700 Subject: [PATCH] fix: lint error --- src/components/CheckoutActions/CheckoutActions.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/CheckoutActions/CheckoutActions.js b/src/components/CheckoutActions/CheckoutActions.js index cd2ca26004..d959f0d95e 100644 --- a/src/components/CheckoutActions/CheckoutActions.js +++ b/src/components/CheckoutActions/CheckoutActions.js @@ -118,7 +118,6 @@ export default class CheckoutActions extends Component { // The next step will automatically be expanded, so lets track that this.trackAction(this.buildData({ action: CHECKOUT_STEP_VIEWED, step: 2 })); } - } setShippingMethod = async (shippingMethod) => {