mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	fix: add null check for dueDate
This commit is contained in:
		
							parent
							
								
									95b58fdb41
								
							
						
					
					
						commit
						39de00f2fe
					
				@ -59,7 +59,7 @@ function InvoiceList({
 | 
			
		||||
                                    {item.status}
 | 
			
		||||
                                </TableCell>
 | 
			
		||||
                                <TableCell style={{ textAlign: 'left' }}>
 | 
			
		||||
                                {formatDateWithLocale(
 | 
			
		||||
                                { item.dueDate && formatDateWithLocale(
 | 
			
		||||
                                        item.dueDate,
 | 
			
		||||
                                        location.locale
 | 
			
		||||
                                    )}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user