mirror of
https://github.com/Unleash/unleash.git
synced 2025-07-26 13:48:33 +02: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