Skip to content

Commit

Permalink
fix(sites): correct lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Sep 13, 2022
1 parent e490f0b commit 44af537
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/layouts/Sites.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,12 @@ const Sites = ({ siteNames }) => {
}

export default class SitesWrapper extends Component {
_isMounted = false

constructor(props) {
super(props)
this.state = {
siteNames: null,
}
this._isMounted = false
}

async componentDidMount() {
Expand Down

0 comments on commit 44af537

Please sign in to comment.