feat(lab): Close navigation when testing options
This commit is contained in:
parent
88b19dd2df
commit
a395873024
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ const Option = props => {
|
||||||
{
|
{
|
||||||
type: 'option',
|
type: 'option',
|
||||||
option: props.option
|
option: props.option
|
||||||
}
|
},
|
||||||
|
true // Close navigation on mobile
|
||||||
)}>
|
)}>
|
||||||
<SumDiv active={active}>
|
<SumDiv active={active}>
|
||||||
<span className={`
|
<span className={`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue