mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat: format created at date
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user