willba-component-library 0.1.62 → 0.1.64
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.
- package/lib/components/FilterBar/FilterBar.d.ts +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.esm.js +1 -1
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.umd.js +1 -1
- package/lib/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/FilterBar/FilterBar.tsx +1 -1
package/lib/index.js
CHANGED
|
@@ -11153,7 +11153,7 @@ function FilterBar(_a) {
|
|
|
11153
11153
|
setInitialRenderComplete(true);
|
|
11154
11154
|
}, []);
|
|
11155
11155
|
if (!initialRenderComplete)
|
|
11156
|
-
return;
|
|
11156
|
+
return null;
|
|
11157
11157
|
//----/----
|
|
11158
11158
|
// Parsed data for filter section description
|
|
11159
11159
|
var parsedDates = parseDates({ calendarRange: calendarRange });
|