@bbl-digital/snorre 4.0.27 → 4.0.28
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/dist/bundle.js
CHANGED
|
@@ -25697,7 +25697,7 @@
|
|
|
25697
25697
|
if (triggerClose) setOpen(false);
|
|
25698
25698
|
}, [triggerClose]);
|
|
25699
25699
|
const onClick = () => {
|
|
25700
|
-
setOpen(
|
|
25700
|
+
setOpen(!open);
|
|
25701
25701
|
onBellClick && onBellClick();
|
|
25702
25702
|
};
|
|
25703
25703
|
return /*#__PURE__*/jsxRuntime$1.jsxs(NotificationsWrapper, {
|