mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
+
This commit is contained in:
parent
377c363522
commit
d0241c6bb3
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ const LiveResults: React.FC<LiveResultsProps> = ({ questions, showSelectedQuesti
|
||||||
|
|
||||||
const toggleAccordion = () => {
|
const toggleAccordion = () => {
|
||||||
setActiveKey(activeKey === '0' ? null : '0');
|
setActiveKey(activeKey === '0' ? null : '0');
|
||||||
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Accordion activeKey={activeKey} onSelect={toggleAccordion}>
|
<Accordion activeKey={activeKey} onSelect={toggleAccordion}>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue