WIP
This commit is contained in:
@@ -243,7 +243,9 @@ function List({ items, search }) {
|
||||
<Abbr>{created_by ? created_by.name : 'N/A'}</Abbr>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<DateTime>{enrolled_at}</DateTime>
|
||||
<DateTime options={{ hour: '2-digit', minute: '2-digit' }}>
|
||||
{enrolled_at}
|
||||
</DateTime>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<Currency>{unit_price}</Currency>
|
||||
@@ -281,7 +283,9 @@ function List({ items, search }) {
|
||||
<Abbr>{canceled_by ? canceled_by.name : 'N/A'}</Abbr>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<DateTime>{created_at}</DateTime>
|
||||
<DateTime options={{ hour: '2-digit', minute: '2-digit' }}>
|
||||
{created_at}
|
||||
</DateTime>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<Currency>{unit_price}</Currency>
|
||||
|
||||
Reference in New Issue
Block a user