mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
chore: remove dubugger point.
This commit is contained in:
@@ -377,6 +377,5 @@ const dynamicColumnMapper = R.curry((data, column) => {
|
||||
* @returns
|
||||
*/
|
||||
export const dynamicColumns = (columns, data) => {
|
||||
debugger;
|
||||
return R.map(dynamicColumnMapper(data), columns);
|
||||
};
|
||||
|
||||
@@ -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