mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
hide range slider on insufficient ranges
This commit is contained in:
parent
6f40f29d84
commit
1a5dfd29a0
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class Component extends React.Component<IMapListDialogProps, IMapListDialogState
|
||||||
/>
|
/>
|
||||||
<br />
|
<br />
|
||||||
{
|
{
|
||||||
ready
|
ready && Object.keys(marks).length > 2
|
||||||
?
|
?
|
||||||
<Range
|
<Range
|
||||||
min={min}
|
min={min}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue