mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: style read-only drawers.
fix: empty state in resources tables.
This commit is contained in:
@@ -24,7 +24,7 @@ export const useManualJournalsColumns = () => {
|
||||
{
|
||||
id: 'amount',
|
||||
Header: intl.get('amount'),
|
||||
accessor: AmountAccessor,
|
||||
accessor: 'formatted_amount',
|
||||
className: 'amount',
|
||||
width: 115,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user