mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat: optimize the style of bank account transactions tables
This commit is contained in:
@@ -48,6 +48,7 @@ export function usePendingTransactionsTableColumns() {
|
||||
textOverview: true,
|
||||
align: 'right',
|
||||
clickable: true,
|
||||
money: true
|
||||
},
|
||||
{
|
||||
id: 'withdrawal',
|
||||
@@ -58,6 +59,7 @@ export function usePendingTransactionsTableColumns() {
|
||||
textOverview: true,
|
||||
align: 'right',
|
||||
clickable: true,
|
||||
money: true
|
||||
},
|
||||
],
|
||||
[],
|
||||
|
||||
Reference in New Issue
Block a user