diff options
| author | Monika <monika_hedman@brown.edu> | 2019-06-19 13:57:34 -0400 |
|---|---|---|
| committer | Monika <monika_hedman@brown.edu> | 2019-06-19 13:57:34 -0400 |
| commit | 475df987dd647bb1e5202329f0d0ffc088bb66e6 (patch) | |
| tree | 3a85c45459036039d92b46a1c0ed26180fb7c8b9 /src/client/views/search/CheckBox.tsx | |
| parent | 1980d7009606bef0fb52104db0856b691c12bb9e (diff) | |
lint errors
Diffstat (limited to 'src/client/views/search/CheckBox.tsx')
| -rw-r--r-- | src/client/views/search/CheckBox.tsx | 6 |
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 |
