mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
chore: remove dubugger point.
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
containers/FinancialStatements/reducersimport React from 'react';
|
||||
import React from 'react';
|
||||
import { chain } from 'lodash';
|
||||
import moment from 'moment';
|
||||
import { FormattedMessage as T } from 'components';
|
||||
import intl from 'react-intl-universal';
|
||||
|
||||
export const trialBalanceSheetReducer = (sheet) => {
|
||||
const results = [];
|
||||
@@ -22,6 +21,7 @@ export const trialBalanceSheetReducer = (sheet) => {
|
||||
};
|
||||
|
||||
|
||||
|
||||
export const journalTableRowsReducer = (journal) => {
|
||||
const TYPES = {
|
||||
ENTRY: 'ENTRY',
|
||||
|
||||
Reference in New Issue
Block a user