hide range slider on insufficient ranges

This commit is contained in:
Integral Team 2019-09-11 16:07:37 +07:00
parent 6f40f29d84
commit 1a5dfd29a0

View file

@ -182,7 +182,7 @@ class Component extends React.Component<IMapListDialogProps, IMapListDialogState
/>
<br />
{
ready
ready && Object.keys(marks).length > 2
?
<Range
min={min}