Skip to content

Commit

Permalink
chore: delete commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Sep 18, 2024
1 parent 8b5a4c6 commit 2a2879d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ SelectTypeFooter.defaultProps = {
};

SelectTypeFooter.propTypes = {
// defaultSettings: PropTypes.shape({
// maxAttempts: PropTypes.number,
// rerandomize: PropTypes.string,
// showResetButton: PropTypes.bool,
// showanswer: PropTypes.string,
// }).isRequired,
onCancel: PropTypes.func.isRequired,
selected: PropTypes.string,
};
Expand Down

0 comments on commit 2a2879d

Please sign in to comment.