nftychat-universe 2.1.1 → 2.1.2
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/index.esm.js +2 -2
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -12770,7 +12770,7 @@ function DmButtonPopover(props) {
|
|
|
12770
12770
|
address: wagmiAddress
|
|
12771
12771
|
} = useAccount();
|
|
12772
12772
|
return /*#__PURE__*/jsx(Fragment$1, {
|
|
12773
|
-
children: props.
|
|
12773
|
+
children: props.addOnType === "div" ? /*#__PURE__*/jsx(Fragment$1, {
|
|
12774
12774
|
children: props.children
|
|
12775
12775
|
}) : /*#__PURE__*/jsxs(Fragment$1, {
|
|
12776
12776
|
children: [/*#__PURE__*/jsxs("button", {
|
|
@@ -13035,7 +13035,7 @@ function UniversalDmInner(props) {
|
|
|
13035
13035
|
}
|
|
13036
13036
|
return /*#__PURE__*/jsxs(Fragment$1, {
|
|
13037
13037
|
children: [/*#__PURE__*/jsx(DmButtonPopover, {
|
|
13038
|
-
|
|
13038
|
+
addOnType: props.addOnType,
|
|
13039
13039
|
numberOfNotifications: numberOfNotifications,
|
|
13040
13040
|
displayText: displayText,
|
|
13041
13041
|
popoverDirection: props.popoverDirection,
|