remove unused propType

This commit is contained in:
Daniel Ternyak 2017-06-19 18:35:52 -05:00
parent e7d8284d69
commit c820cf8ce3
1 changed files with 1 additions and 2 deletions

View File

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