mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user