mirror of
https://github.com/brianlovin/security-checklist.git
synced 2026-03-11 08:55:31 +00:00
Eslint
This commit is contained in:
parent
acf55b4790
commit
ff3d4cb89d
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class ChecklistItem extends React.Component<Props, State> {
|
|||
}
|
||||
|
||||
handleSetChecked = () => {
|
||||
const { isChecked, isCollapsed } = this.state;
|
||||
const { isChecked } = this.state;
|
||||
const { resource } = this.props;
|
||||
setCheckedStatusById(resource.id, !isChecked);
|
||||
return this.setState({ isChecked: !isChecked, isCollapsed: !isChecked });
|
||||
|
|
|
|||
Loading…
Reference in a new issue