|  | @@ -2035,6 +2035,7 @@ const setTabContentStyle = (params) => {
 | 
	
		
			
				|  |  |              tweetTabContent.style.visibility = 'hidden';
 | 
	
		
			
				|  |  |              tweetTabContent.style.height = '0px';
 | 
	
		
			
				|  |  |              tweetTabContent.style.overflow = 'hidden';
 | 
	
		
			
				|  |  | +            tweetTabContent.style.margin = '0';
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -2103,7 +2104,7 @@ const setGroupTabStatus = () => {
 | 
	
		
			
				|  |  |              addGroupTab();
 | 
	
		
			
				|  |  |          }, 2000)
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  | -    
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      clearInterval(fixProfileTabAutoTimer);
 | 
	
		
			
				|  |  |      fixProfileTabAutoSwitch();
 | 
	
		
			
				|  |  |  };
 | 
	
	
		
			
				|  | @@ -2180,9 +2181,6 @@ export const setGroupInfo = (params = {}) => {
 | 
	
		
			
				|  |  |      if (!params.nftGroupId) {
 | 
	
		
			
				|  |  |          let { pathname = '' } = window.location;
 | 
	
		
			
				|  |  |          if (pathname == "/compose/tweet") {
 | 
	
		
			
				|  |  | -            if (groupTab) {
 | 
	
		
			
				|  |  | -                groupTab.click();
 | 
	
		
			
				|  |  | -            }
 | 
	
		
			
				|  |  |              return;
 | 
	
		
			
				|  |  |          };
 | 
	
		
			
				|  |  |          if (groupTab) {
 |