mozrest-sdk-react-dev 0.1.66 → 0.1.68
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 +3 -3
- package/package.json +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -49963,7 +49963,7 @@ const Header$2 = ({ onChangeFilter, filters: filters2, multiVenue, venueId }) =>
|
|
|
49963
49963
|
var _a2, _b, _c, _d;
|
|
49964
49964
|
return { id: (_b = (_a2 = platform2 == null ? void 0 : platform2.module) == null ? void 0 : _a2.id) != null ? _b : "", label: (_d = (_c = platform2 == null ? void 0 : platform2.module) == null ? void 0 : _c.name) != null ? _d : "" };
|
|
49965
49965
|
})][0] : platforms[0],
|
|
49966
|
-
onChange: handleChangeFilter("
|
|
49966
|
+
onChange: handleChangeFilter("module"),
|
|
49967
49967
|
getOptionValue: (item2) => item2.id
|
|
49968
49968
|
})), /* @__PURE__ */ React__default.createElement(Col$1, {
|
|
49969
49969
|
xs: 24,
|
|
@@ -50017,7 +50017,7 @@ const ReviewsPage = ({
|
|
|
50017
50017
|
from: subtractDate(void 0, 7, "day"),
|
|
50018
50018
|
till: subtractDate(void 0, 0, "day")
|
|
50019
50019
|
},
|
|
50020
|
-
|
|
50020
|
+
module: "",
|
|
50021
50021
|
rating: "",
|
|
50022
50022
|
reply: ""
|
|
50023
50023
|
});
|
|
@@ -77368,7 +77368,7 @@ const formatParams$2 = (params) => {
|
|
|
77368
77368
|
}
|
|
77369
77369
|
if (params == null ? void 0 : params.platform) {
|
|
77370
77370
|
Object.assign(all2, {
|
|
77371
|
-
[`filters[
|
|
77371
|
+
[`filters[module]`]: params.platform
|
|
77372
77372
|
});
|
|
77373
77373
|
}
|
|
77374
77374
|
if (params == null ? void 0 : params.venueListing) {
|