Fixed lint errors.

This commit is contained in:
orangemug
2020-05-18 19:41:09 +01:00
parent b28407a4a0
commit c2ec77e869
2 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,8 @@ export default class LayerListGroup extends React.Component {
title: PropTypes.string.isRequired,
"data-wd-key": PropTypes.string,
isActive: PropTypes.bool.isRequired,
onActiveToggle: PropTypes.func.isRequired
onActiveToggle: PropTypes.func.isRequired,
'aria-controls': PropTypes.string,
}
render() {