Skip to content

Commit 6c8cce8

Browse files
committed
fix(sites): correct lint error
1 parent ecabed5 commit 6c8cce8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/layouts/Sites.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,12 @@ const Sites = ({ siteNames }) => {
3737
}
3838

3939
export default class SitesWrapper extends Component {
40-
_isMounted = false
41-
4240
constructor(props) {
4341
super(props)
4442
this.state = {
4543
siteNames: null,
4644
}
45+
this._isMounted = false
4746
}
4847

4948
async componentDidMount() {

0 commit comments

Comments
 (0)