@secondstaxorg/sscomp 2.0.74 → 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 +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
|
@@ -22496,7 +22496,7 @@ const NewsFilterBar = (props) => {
|
|
|
22496
22496
|
setSelectedTab(tabs[0].label);
|
|
22497
22497
|
if (currentTab) currentTab(tabs[0].label);
|
|
22498
22498
|
}
|
|
22499
|
-
},[
|
|
22499
|
+
},[]);
|
|
22500
22500
|
|
|
22501
22501
|
React$2.useEffect(()=>{
|
|
22502
22502
|
if (initialOutlet) setOutletInitText(initialOutlet);
|