my-fleetbo-react-v1 1.0.3 → 1.0.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "my-fleetbo-react-v1",
3
3
  "private": false,
4
- "version": "1.0.3",
4
+ "version": "1.0.4",
5
5
  "description": "React template optimized for the Fleetbo ecosystem.",
6
6
  "author": "Jean Aubain Noucti",
7
7
  "license": "MIT",
@@ -32,7 +32,7 @@ export default function Tab1() {
32
32
  if (action === 'HIDE_NAVBAR') setNavMode("none");
33
33
  if (action === 'SHOW_NAVBAR') setNavMode("show");
34
34
  if (action === 'PING_JS') {
35
- // Example : Fleetbo.exec('ModuleName', 'action', {}); Generate by Alex
35
+ // Example : Fleetbo.exec('ModuleName', 'action', {});
36
36
  }
37
37
  }
38
38
  });
@@ -1,8 +1,5 @@
1
1
  /**
2
2
  * Fleetbo Tab Redirect or Not
3
- *
4
- * This tab is handled by a native module (or its mock in dev).
5
- * If React renders this route (e.g. on reload), we redirect to the mock.
6
3
  */
7
4
  import { useEffect, useState } from 'react';
8
5
  import { PageConfig } from '@fleetbo';
@@ -1,6 +1,5 @@
1
1
  /**
2
2
  * Fleetbo Tab Redirect or Not
3
- * This tab is handled by a fleetbo module (or its mock in dev).
4
3
  */
5
4
  import { useEffect, useState } from 'react';
6
5
  import { PageConfig } from '@fleetbo';