Skip to content

Commit

Permalink
style(eslint): comma-dangle
Browse files Browse the repository at this point in the history
  • Loading branch information
twinh committed Apr 19, 2021
1 parent 0988ab0 commit d58b70e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class App extends React.Component {
static propTypes = {
configs: PropTypes.object,
defaultLayout: PropTypes.elementType,
}
};

static defaultProps = {
configs: {
Expand All @@ -46,7 +46,7 @@ export default class App extends React.Component {
};

state = {
theme: {}
theme: {},
};

/**
Expand Down

0 comments on commit d58b70e

Please sign in to comment.