mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: optimize the style of bank account transactions tables
This commit is contained in:
@@ -41,6 +41,7 @@ const numericColumnAccessor = R.curry((data, column) => {
|
||||
return {
|
||||
...column,
|
||||
align: Align.Right,
|
||||
money: true,
|
||||
width,
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user