@wlloyalty/wll-react-sdk 1.4.2 → 1.4.3
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/native.js +1 -2
- package/dist/native.js.map +1 -1
- package/dist/web.js +1 -2
- package/dist/web.js.map +1 -1
- package/package.json +1 -1
package/dist/web.js
CHANGED
|
@@ -21535,8 +21535,7 @@ var GroupSections = function () {
|
|
|
21535
21535
|
});
|
|
21536
21536
|
}
|
|
21537
21537
|
var sortedSections = sortByPriority(activeSections);
|
|
21538
|
-
|
|
21539
|
-
return /*#__PURE__*/React.createElement(Container, {
|
|
21538
|
+
return /*#__PURE__*/React.createElement(View$2, {
|
|
21540
21539
|
accessible: true,
|
|
21541
21540
|
accessibilityLabel: "Group: ".concat(groupData.name || 'Unnamed group'),
|
|
21542
21541
|
role: "region"
|