Skip to content

Commit

Permalink
Fix copy/paste error with prop types
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine authored Dec 30, 2021
1 parent b905a49 commit c382570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logged_in/components/subscription/AddBalanceDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ function Wrapper(props) {
}


AddBalanceDialog.propTypes = {
Wrapper.propTypes = {
open: PropTypes.bool.isRequired,
onClose: PropTypes.func.isRequired,
onSuccess: PropTypes.func.isRequired
Expand Down

0 comments on commit c382570

Please sign in to comment.