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