logic error
This commit is contained in:
		
							parent
							
								
									2b4a0fdef6
								
							
						
					
					
						commit
						a216145ed2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -82,7 +82,7 @@ export default function StatusPage() {
 | 
			
		|||
                        <IncidentCard incident={e}/>
 | 
			
		||||
                    );
 | 
			
		||||
                })}
 | 
			
		||||
                {(incidents !== null || incidents.length == 0) &&
 | 
			
		||||
                {(incidents !== null && incidents.length == 0) &&
 | 
			
		||||
                    <div className={`row text-center`} style={{width: '75vw'}}>
 | 
			
		||||
                        <h5 className={"col-12"}>No service alerts.</h5>
 | 
			
		||||
                    </div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue