mozrest-sdk-react-dev 0.3.64 → 0.3.65
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 -2
- package/package.json +1 -1
package/mozrest-sdk.es.js
CHANGED
|
@@ -150297,8 +150297,8 @@ const getColor = (rp) => {
|
|
|
150297
150297
|
return colors[rp] || defaulColor;
|
|
150298
150298
|
};
|
|
150299
150299
|
const showStatsOptions = [
|
|
150300
|
-
{ value: 1, label:
|
|
150301
|
-
{ value: 2, label:
|
|
150300
|
+
{ value: 1, label: "BOOKINGS" },
|
|
150301
|
+
{ value: 2, label: "COVERS" }
|
|
150302
150302
|
];
|
|
150303
150303
|
const content$2 = "_content_7cjx9_1";
|
|
150304
150304
|
const styles$w = {
|