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() {}