mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: Optimize SCSS architecture.
This commit is contained in:
@@ -19,6 +19,8 @@ import withJournal from './withJournal';
|
||||
|
||||
import { transformFilterFormToQuery } from 'containers/FinancialStatements/common';
|
||||
|
||||
import 'style/pages/FinancialStatements/Journal.scss';
|
||||
|
||||
function Journal({
|
||||
// #withJournalActions
|
||||
requestFetchJournalSheet,
|
||||
|
||||
@@ -45,7 +45,7 @@ function JournalSheetTable({
|
||||
Header: formatMessage({ id: 'transaction_type' }),
|
||||
accessor: (r) =>
|
||||
rowTypeFilter(r.rowType, r.transaction_type, ['first_entry']),
|
||||
className: 'transaction_type',
|
||||
className: 'reference_type_formatted',
|
||||
width: 145,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user