update message for not available
This commit is contained in:
		
							parent
							
								
									f853865600
								
							
						
					
					
						commit
						8020576b06
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -102,7 +102,7 @@ const AvailableTimes = (props) => { | |||
|         ))} | ||||
|       {!error && loaded && times.length == 0 && ( | ||||
|         <div className="w-full h-full flex flex-col justify-center content-center items-center -mt-4"> | ||||
|           <h1 className="text-xl font">{props.user.name} is all booked today.</h1> | ||||
|           <h1 className="text-xl font">{props.user.name} isn't available at this time.</h1> | ||||
|         </div> | ||||
|       )} | ||||
|       {!error && !loaded && <div className="loader" />} | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 femyeda
						femyeda