gotrip-fx-transaction-form 1.0.85 → 1.0.86
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/index.js +3 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -51327,7 +51327,7 @@ const _Le = ({ label: e, icon: t, path: r, active: n, subMenuItems: a }) => /* @
|
|
|
51327
51327
|
const { user: e } = xl();
|
|
51328
51328
|
return {
|
|
51329
51329
|
items: Ot(() => {
|
|
51330
|
-
var n;
|
|
51330
|
+
var n, a;
|
|
51331
51331
|
if (!e)
|
|
51332
51332
|
return [];
|
|
51333
51333
|
let r = [];
|
|
@@ -51350,7 +51350,7 @@ const _Le = ({ label: e, icon: t, path: r, active: n, subMenuItems: a }) => /* @
|
|
|
51350
51350
|
label: "ESim du lịch",
|
|
51351
51351
|
icon: rD,
|
|
51352
51352
|
path: "/esim-listing",
|
|
51353
|
-
display:
|
|
51353
|
+
display: ((n = e == null ? void 0 : e.tenant) == null ? void 0 : n.shortName) !== "GDS_1G"
|
|
51354
51354
|
},
|
|
51355
51355
|
{
|
|
51356
51356
|
label: "Báo cáo",
|
|
@@ -51476,7 +51476,7 @@ const _Le = ({ label: e, icon: t, path: r, active: n, subMenuItems: a }) => /* @
|
|
|
51476
51476
|
icon: kf,
|
|
51477
51477
|
path: "/organization",
|
|
51478
51478
|
display: [yh.BANK, yh.TRAVEL_AGENCY].includes(
|
|
51479
|
-
(
|
|
51479
|
+
(a = e == null ? void 0 : e.tenant) == null ? void 0 : a.type
|
|
51480
51480
|
) && Li(e, {
|
|
51481
51481
|
type: "or",
|
|
51482
51482
|
or: [
|