|  |  | @ -30,7 +30,7 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |         v-for="(icon, type) in fieldIconsSorted" |  |  |  |         v-for="(icon, type) in fieldIconsSorted" | 
			
		
	
		
		
			
				
					
					|  |  |  |         :key="type" |  |  |  |         :key="type" | 
			
		
	
		
		
			
				
					
					|  |  |  |       > |  |  |  |       > | 
			
		
	
		
		
			
				
					
					|  |  |  |         <li v-if="(fieldTypes.length === 0 || fieldTypes.includes(type)) && (withPhone || type != 'phone') && (withPayment || type != 'payment') && (withVerification || type != 'verification')"> |  |  |  |         <li v-if="fieldTypes.includes(type) || ((withPhone || type != 'phone') && (withPayment || type != 'payment') && (withVerification || type != 'verification'))"> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |           <a |  |  |  |           <a | 
			
		
	
		
		
			
				
					
					|  |  |  |             href="#" |  |  |  |             href="#" | 
			
		
	
		
		
			
				
					
					|  |  |  |             class="text-sm py-1 px-2" |  |  |  |             class="text-sm py-1 px-2" | 
			
		
	
	
		
		
			
				
					|  |  | 
 |