mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-04-25 15:58:11 -05:00
fix exclusive accordion bug
This commit is contained in:
parent
ea2de8c885
commit
8e030d3403
|
|
@ -338,7 +338,7 @@ function Search ({ setContent, setInfo }) {
|
||||||
</AccordionDetails>
|
</AccordionDetails>
|
||||||
</Accordion>
|
</Accordion>
|
||||||
<Accordion expanded={expand.exclusive}
|
<Accordion expanded={expand.exclusive}
|
||||||
onChange={handleExpand("sets")}
|
onChange={handleExpand("exclusive")}
|
||||||
>
|
>
|
||||||
<AccordionSummary expandIcon={<ExpandMoreIcon />}>
|
<AccordionSummary expandIcon={<ExpandMoreIcon />}>
|
||||||
<Typography>Exclusive</Typography>
|
<Typography>Exclusive</Typography>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user