mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-08-21 08:04:18 -05:00
fix exclusive accordion bug
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user