@secondstaxorg/sscomp 2.0.74 → 2.0.75

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.js CHANGED
@@ -22491,12 +22491,12 @@ const NewsFilterBar = (props) => {
22491
22491
  });
22492
22492
  }, []);
22493
22493
 
22494
- React$2.useEffect(()=>{
22494
+ /*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
- },[tabs]);
22499
+ },[tabs])*/
22500
22500
 
22501
22501
  React$2.useEffect(()=>{
22502
22502
  if (initialOutlet) setOutletInitText(initialOutlet);