mozrest-sdk-react-dev 0.2.14 → 0.2.15
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/mozrest-sdk.es.js +2 -1
- package/package.json +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -100925,7 +100925,8 @@ const ChannelDetail = ({ venueListingId, venueId }) => {
|
|
|
100925
100925
|
},
|
|
100926
100926
|
{
|
|
100927
100927
|
label: "Brand",
|
|
100928
|
-
id: "brand"
|
|
100928
|
+
id: "brand",
|
|
100929
|
+
render: (value2, item2) => /* @__PURE__ */ React__default.createElement("div", null, value2 && value2.name ? value2.name : value2 != null ? value2 : "")
|
|
100929
100930
|
},
|
|
100930
100931
|
{
|
|
100931
100932
|
label: "Address",
|