@wlloyalty/wll-react-sdk 1.0.109 → 1.0.110
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 -1
- package/dist/native.js.map +1 -1
- package/dist/web.js +0 -1
- package/dist/web.js.map +1 -1
- package/package.json +1 -1
package/dist/native.js
CHANGED
|
@@ -3487,7 +3487,7 @@ var BannerTileDescription = function () {
|
|
|
3487
3487
|
var description = bannerContext.configuration.description;
|
|
3488
3488
|
if (!description)
|
|
3489
3489
|
return null;
|
|
3490
|
-
return (jsxRuntimeExports.jsx(Text, { style: styles.description, role: "article",
|
|
3490
|
+
return (jsxRuntimeExports.jsx(Text, { style: styles.description, role: "article", testID: "banner-tile-description", children: description }));
|
|
3491
3491
|
};
|
|
3492
3492
|
|
|
3493
3493
|
/**
|