Skip to content
Snippets Groups Projects
Commit 67140b2a authored by esikkala's avatar esikkala
Browse files

Fix slider facet

parent 58be5a6e
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ class SliderFacet extends Component {
</div>
)
}
if (min === null || max === null) {
if (min == null || max == null) {
return (
<div />
)
......
......@@ -274,7 +274,7 @@ export const INITIAL_STATE = {
isFetching: false,
containerClass: 'five',
type: 'integer',
filterType: 'integerFilterRange',
filterType: 'integerFilter',
integerFilter: null,
unit: 'mm',
priority: 11
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment