Skip to content

Commit

Permalink
Merge pull request dunky11#508 from timkpaine/patch-1
Browse files Browse the repository at this point in the history
Fix copy/paste error with prop types
  • Loading branch information
dunky11 authored Jan 17, 2022
2 parents b905a49 + c382570 commit 7ec0f12
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 7ec0f12

Please sign in to comment.