Skip to content

Commit

Permalink
fix(app jsx): fix warning about props
Browse files Browse the repository at this point in the history
There was a warning about props on app jsx component
  • Loading branch information
javierguzman committed Jul 7, 2023
1 parent 0b1c8b7 commit 88612fa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/renderer/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,4 @@ class App extends React.Component {
}
}

App.propTypes = {
router: Routes.PropTypes,
};

export default withRouter(App);

0 comments on commit 88612fa

Please sign in to comment.