diff options
| author | Monika <monika_hedman@brown.edu> | 2019-06-20 19:24:17 -0400 |
|---|---|---|
| committer | Monika <monika_hedman@brown.edu> | 2019-06-20 19:24:17 -0400 |
| commit | 9f8b48837a202af92600fc2fe2d0de06baf0032b (patch) | |
| tree | aa1e9d52498f11288c5a446f16242d3e85e063d5 /src/client/views/search/CheckBox.tsx | |
| parent | 82e7b6008b4cbab1890235b4b959634ec916d1a1 (diff) | |
end of day 6/20, filter form not reopening correctly
Diffstat (limited to 'src/client/views/search/CheckBox.tsx')
| -rw-r--r-- | src/client/views/search/CheckBox.tsx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/views/search/CheckBox.tsx b/src/client/views/search/CheckBox.tsx index 24c404892..9f0b75887 100644 --- a/src/client/views/search/CheckBox.tsx +++ b/src/client/views/search/CheckBox.tsx @@ -37,9 +37,6 @@ export class CheckBox extends React.Component<CheckBoxProps>{ autoplay: false, direction: "normal", }); - - // console.log(this.props.getStatus()) - // console.log(this.props.getStatus) } componentDidMount = () => { @@ -71,7 +68,7 @@ export class CheckBox extends React.Component<CheckBoxProps>{ this.props.parent.resetCounter++; if (this.props.parent.resetCounter === this.props.numCount) { this.props.parent.resetCounter = 0; - this.props.parent.resetCounter = false; + this.props.parent.resetBoolean = false; } }); } |
