gotrip-fx-transaction-form 1.0.85 → 1.0.87

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 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: !0
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
- (n = e == null ? void 0 : e.tenant) == null ? void 0 : n.type
51479
+ (a = e == null ? void 0 : e.tenant) == null ? void 0 : a.type
51480
51480
  ) && Li(e, {
51481
51481
  type: "or",
51482
51482
  or: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gotrip-fx-transaction-form",
3
- "version": "1.0.85",
3
+ "version": "1.0.87",
4
4
  "description": "FX Transaction Form ES6 module",
5
5
  "main": "index.js",
6
6
  "types": "types/index.d.ts",
@@ -0,0 +1,2 @@
1
+ export declare const VideoGuide: () => import("react/jsx-runtime").JSX.Element;
2
+ export default VideoGuide;