@secondstaxorg/sscomp 1.7.27 → 1.7.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -30637,7 +30637,7 @@ const Accordion = (props) => {
|
|
|
30637
30637
|
|
|
30638
30638
|
React$1.useEffect(()=>{
|
|
30639
30639
|
setDynAccordions(accordions);
|
|
30640
|
-
},[]);
|
|
30640
|
+
},[accordions]);
|
|
30641
30641
|
|
|
30642
30642
|
function deleteAccordion(accLabel){
|
|
30643
30643
|
setDynAccordions(dynAccordions.filter((acc) => acc.label !== accLabel));
|