Skip to content

Commit

Permalink
removed unused propsTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
multijump committed Jul 17, 2023
1 parent c2ef9d0 commit bea39b7
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import PropTypes from 'prop-types';
import walletTransferPropTypes from '../walletTransferPropTypes';
import {withLocalizePropTypes} from '../../../../components/withLocalize';
import {windowDimensionsPropTypes} from '../../../../components/withWindowDimensions';
import networkPropTypes from '../../../../components/networkPropTypes';
import bankAccountPropTypes from '../../../../components/bankAccountPropTypes';
import cardPropTypes from '../../../../components/cardPropTypes';
Expand Down Expand Up @@ -39,10 +37,6 @@ const propTypes = {

/** Account details for PayPal.Me */
payPalMeData: paypalMeDataPropTypes,

...withLocalizePropTypes,

...windowDimensionsPropTypes,
};

const defaultProps = {
Expand Down

0 comments on commit bea39b7

Please sign in to comment.