Skip to content

Commit

Permalink
feat(recurring buy): add tooltip and disabled functionality to toolti…
Browse files Browse the repository at this point in the history
…p and added styling for sb payment method box
  • Loading branch information
blockdylanb authored and milan-bc committed Jul 23, 2021
1 parent 14b376b commit e6e9a1f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const mapStateToProps = (state: RootState) => ({
const connector = connect(mapStateToProps)

type OwnProps = { method?: SBPaymentMethodType }

export type Props = ConnectedProps<typeof connector> & OwnProps

export default connector(SchedulerContainer)

0 comments on commit e6e9a1f

Please sign in to comment.