Skip to content

Commit

Permalink
Fix Done component
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Jan 24, 2025
1 parent dc637c9 commit 6f2163f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rdmo/projects/assets/js/interview/components/main/Done.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ const Done = ({ templates }) => {
}

Done.propTypes = {
templates: PropTypes.object.isRequired,
overview: PropTypes.object.isRequired
templates: PropTypes.object.isRequired
}

export default Done

0 comments on commit 6f2163f

Please sign in to comment.