dtable-utils
Advanced tools
Comparing version 5.0.2-beta.1 to 5.0.2-beta.2
@@ -192,3 +192,3 @@ import { getFormattedFilters, deleteInvalidFilter } from './core.js'; | ||
var rowId = row._id; | ||
var formulaRow = formulaRows && formulaRows[rowId] ? formulaRows[rowId] : {}; | ||
var formulaRow = formulaRows ? formulaRows[rowId] : null; | ||
if (filterRow(row, filterConjunction, formattedFilters, { | ||
@@ -195,0 +195,0 @@ formulaRow: formulaRow, |
@@ -196,3 +196,3 @@ 'use strict'; | ||
var rowId = row._id; | ||
var formulaRow = formulaRows && formulaRows[rowId] ? formulaRows[rowId] : {}; | ||
var formulaRow = formulaRows ? formulaRows[rowId] : null; | ||
if (filterRow(row, filterConjunction, formattedFilters, { | ||
@@ -199,0 +199,0 @@ formulaRow: formulaRow, |
{ | ||
"name": "dtable-utils", | ||
"version": "5.0.2-beta.1", | ||
"version": "5.0.2-beta.2", | ||
"description": "dtable common utils", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
897860