|  |  |  | @ -8,7 +8,7 @@ export default function Upload(props) { | 
			
		
	
		
			
				
					|  |  |  |  |       {window.innerWidth < 1000 ? ( | 
			
		
	
		
			
				
					|  |  |  |  |         <div className="mobile-auth-profile__upload d-flex justify-content-center align-items-center mb-3"> | 
			
		
	
		
			
				
					|  |  |  |  |           <> | 
			
		
	
		
			
				
					|  |  |  |  |             {parent.state.file === null ? ( | 
			
		
	
		
			
				
					|  |  |  |  |             {isNaN(+parent.state.file) ? ( | 
			
		
	
		
			
				
					|  |  |  |  |               <AddAPhotoIcon | 
			
		
	
		
			
				
					|  |  |  |  |                 style={{ width: 40, height: 40, color: "white" }} | 
			
		
	
		
			
				
					|  |  |  |  |               /> | 
			
		
	
	
		
			
				
					|  |  |  | @ -19,7 +19,7 @@ export default function Upload(props) { | 
			
		
	
		
			
				
					|  |  |  |  |                     ? URL.createObjectURL(parent.state.file) | 
			
		
	
		
			
				
					|  |  |  |  |                     : window.baseURL + "file/" + parent.state.file | 
			
		
	
		
			
				
					|  |  |  |  |                 } | 
			
		
	
		
			
				
					|  |  |  |  |                 alt={"کاربر"} | 
			
		
	
		
			
				
					|  |  |  |  |                 alt={""} | 
			
		
	
		
			
				
					|  |  |  |  |               /> | 
			
		
	
		
			
				
					|  |  |  |  |             )} | 
			
		
	
		
			
				
					|  |  |  |  |             <input | 
			
		
	
	
		
			
				
					|  |  |  | 
 |