From c820cf8ce3ae8a65f3b810a7c20040b97beecfb5 Mon Sep 17 00:00:00 2001 From: Daniel Ternyak Date: Mon, 19 Jun 2017 18:35:52 -0500 Subject: [PATCH] remove unused propType --- common/containers/Tabs/Swap/components/wantToSwapMy.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/containers/Tabs/Swap/components/wantToSwapMy.js b/common/containers/Tabs/Swap/components/wantToSwapMy.js index c8e4a51a..8a25e992 100644 --- a/common/containers/Tabs/Swap/components/wantToSwapMy.js +++ b/common/containers/Tabs/Swap/components/wantToSwapMy.js @@ -47,8 +47,7 @@ export default class WantToSwapMy extends Component { SWAP_ORIGIN_KIND_TO: PropTypes.func, SWAP_DESTINATION_KIND_TO: PropTypes.func, SWAP_ORIGIN_AMOUNT_TO: PropTypes.func, - SWAP_DESTINATION_AMOUNT_TO: PropTypes.func, - swapOriginKindAndDestinationKindAndDestinationOptionsTo: PropTypes.func + SWAP_DESTINATION_AMOUNT_TO: PropTypes.func }; onClickStartSwap() {}