willba-component-library 0.1.61 → 0.1.62
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/index.esm.js +0 -1
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +0 -1
- package/lib/index.js.map +1 -1
- package/lib/index.umd.js +0 -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.esm.js
CHANGED
|
@@ -11144,7 +11144,6 @@ function FilterBar(_a) {
|
|
|
11144
11144
|
guestLabel: t('guests.guestLabel'),
|
|
11145
11145
|
guestsLabel: t('guests.guestsLabel'),
|
|
11146
11146
|
});
|
|
11147
|
-
console.log(parsedGuests);
|
|
11148
11147
|
return (React__default__default.createElement("div", { className: "will-root ".concat(fullWidth ? 'is-full-width' : ''), style: themePalette },
|
|
11149
11148
|
!currentViewApply && (React__default__default.createElement("div", { className: "will-filter-bar-tabs", ref: !currentViewApply ? targetFilterBarRef : null },
|
|
11150
11149
|
React__default__default.createElement(TabButton, { label: t('tabs.events'), onClick: function () {
|