aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/CheckBox.tsx
diff options
context:
space:
mode:
authorMonika <monika_hedman@brown.edu>2019-06-19 13:57:34 -0400
committerMonika <monika_hedman@brown.edu>2019-06-19 13:57:34 -0400
commit475df987dd647bb1e5202329f0d0ffc088bb66e6 (patch)
tree3a85c45459036039d92b46a1c0ed26180fb7c8b9 /src/client/views/search/CheckBox.tsx
parent1980d7009606bef0fb52104db0856b691c12bb9e (diff)
lint errors
Diffstat (limited to 'src/client/views/search/CheckBox.tsx')
-rw-r--r--src/client/views/search/CheckBox.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/views/search/CheckBox.tsx b/src/client/views/search/CheckBox.tsx
index 163507ec3..26ad9d8ce 100644
--- a/src/client/views/search/CheckBox.tsx
+++ b/src/client/views/search/CheckBox.tsx
@@ -68,10 +68,10 @@ export class CheckBox extends React.Component<CheckBoxProps>{
this.props.parent.resetCounter = 0;
this.props.parent.resetCounter = false;
}
- })
+ });
}
},
- )
+ );
}
@action.bound
@@ -113,7 +113,7 @@ export class CheckBox extends React.Component<CheckBoxProps>{
</div>
<div className="checkbox-title">{this.props.title}</div>
</div>
- )
+ );
}
} \ No newline at end of file