@secondstaxorg/sscomp 2.0.75 → 2.0.76
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 +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +67 -67
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22491,12 +22491,12 @@ const NewsFilterBar = (props) => {
|
|
|
22491
22491
|
});
|
|
22492
22492
|
}, []);
|
|
22493
22493
|
|
|
22494
|
-
|
|
22494
|
+
React$2.useEffect(()=>{
|
|
22495
22495
|
if (tabs && tabs.length > 0){
|
|
22496
|
-
setSelectedTab(tabs[0].label)
|
|
22497
|
-
if (currentTab) currentTab(tabs[0].label)
|
|
22496
|
+
setSelectedTab(tabs[0].label);
|
|
22497
|
+
if (currentTab) currentTab(tabs[0].label);
|
|
22498
22498
|
}
|
|
22499
|
-
},[
|
|
22499
|
+
},[]);
|
|
22500
22500
|
|
|
22501
22501
|
React$2.useEffect(()=>{
|
|
22502
22502
|
if (initialOutlet) setOutletInitText(initialOutlet);
|