| 
					
				 | 
			
			
				@@ -14,6 +14,7 @@ let userBasics = JSON.parse(localStorage.getItem('user_profile')) || []; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 function checkLocal() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   if(userBasics.length == 0){ return }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //userBasics = JSON.parse(userBasics); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   console.log(userBasics); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   $('.userName').html(`<h2 class="user-name text-white mt-4 fw-bold">Hi ${userBasics.user_info.userName}</h2>`); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -23,7 +24,7 @@ $('.dropdown-toggle').click(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   checkLan(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-checkLocal(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+//checkLocal(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 function checkLan() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   if(lan == 'en') { 
			 |