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.umd.js
CHANGED
|
@@ -11166,7 +11166,6 @@
|
|
|
11166
11166
|
guestLabel: t('guests.guestLabel'),
|
|
11167
11167
|
guestsLabel: t('guests.guestsLabel'),
|
|
11168
11168
|
});
|
|
11169
|
-
console.log(parsedGuests);
|
|
11170
11169
|
return (React__default.createElement("div", { className: "will-root ".concat(fullWidth ? 'is-full-width' : ''), style: themePalette },
|
|
11171
11170
|
!currentViewApply && (React__default.createElement("div", { className: "will-filter-bar-tabs", ref: !currentViewApply ? targetFilterBarRef : null },
|
|
11172
11171
|
React__default.createElement(TabButton, { label: t('tabs.events'), onClick: function () {
|