@megha-ui/react 1.2.66 → 1.2.68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -210,8 +210,6 @@ const Grid = ({ columns, wrapperClass, updateGridColumns, data, height, sortable
|
|
|
210
210
|
new Date(value).getTime() < end);
|
|
211
211
|
}
|
|
212
212
|
else if (start && end) {
|
|
213
|
-
console.log(start, end, value, parseFloat(start.trim()) < parseFloat(value) &&
|
|
214
|
-
parseFloat(value) < parseFloat(end.trim()));
|
|
215
213
|
return (parseFloat(start.trim()) < parseFloat(value) &&
|
|
216
214
|
parseFloat(value) < parseFloat(end.trim()));
|
|
217
215
|
}
|
package/package.json
CHANGED