Skip to content

Commit

Permalink
chore: resolve linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Chisomchima committed Jun 27, 2024
1 parent 0ad564d commit fe493fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ class AppComponent extends React.Component {
}

AppComponent.propTypes = {
d2: PropTypes.object.isRequired,
apiVersion: PropTypes.number.isRequired,
d2: PropTypes.object.isRequired,
}
AppComponent.contextTypes = { muiTheme: PropTypes.object }
AppComponent.childContextTypes = {
Expand Down

0 comments on commit fe493fe

Please sign in to comment.