feat: format created at date

This commit is contained in:
Ahmed Bouhuolia
2024-06-17 10:27:02 +02:00
parent 3a0a0db8a7
commit 125dff8376
22 changed files with 117 additions and 26 deletions

View File

@@ -65,8 +65,7 @@ export const useManualJournalsColumns = () => {
{
id: 'created_at',
Header: intl.get('created_at'),
accessor: 'created_at',
Cell: FormatDateCell,
accessor: 'formatted_created_at',
width: 125,
clickable: true,
},