Fix openDisc prop value in ExtraSidebar component
This commit is contained in:
parent
e61896bc1f
commit
f0e50e36d5
1 changed files with 1 additions and 3 deletions
|
|
@ -359,9 +359,7 @@ export default function ExtraSidebar(): JSX.Element {
|
|||
)
|
||||
)}{" "}
|
||||
<ParentDisclosureComponent
|
||||
openDisc={
|
||||
getFilterEdge.length !== 0 || search.length !== 0 ? true : false
|
||||
}
|
||||
openDisc={false}
|
||||
key={"Extended"}
|
||||
button={{
|
||||
title: "Extended",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue