@ludo.ninja/components 2.3.97 → 2.4.1
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.
|
@@ -88,20 +88,20 @@ const useSidebarData = () => {
|
|
|
88
88
|
];
|
|
89
89
|
}
|
|
90
90
|
return [
|
|
91
|
-
{
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
},
|
|
91
|
+
// {
|
|
92
|
+
// href: `${ludoDomains[NEXT_PUBLIC_ENV_VALUE as TEnvValue]["app"]}/trends`,
|
|
93
|
+
// title: "Trends",
|
|
94
|
+
// icon: <LeaderboardsIcon />,
|
|
95
|
+
// isExternalUrl: false,
|
|
96
|
+
// },
|
|
97
97
|
...(isAuthorized
|
|
98
98
|
? [
|
|
99
|
-
{
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
},
|
|
99
|
+
// {
|
|
100
|
+
// href: `${ludoDomains[NEXT_PUBLIC_ENV_VALUE as TEnvValue]["account"]}/monitoring`,
|
|
101
|
+
// title: "Monitoring",
|
|
102
|
+
// icon: <MonitoringIcon />,
|
|
103
|
+
// isExternalUrl: false,
|
|
104
|
+
// },
|
|
105
105
|
{
|
|
106
106
|
href: `${ludoDomains_1.ludoDomains[NEXT_PUBLIC_ENV_VALUE]["app"]}/rewards/${userId}`,
|
|
107
107
|
title: "Rewards",
|
|
@@ -19,11 +19,11 @@ const Overlay_1 = __importDefault(require("../system/Overlay"));
|
|
|
19
19
|
const screen_1 = require("../utils/screen");
|
|
20
20
|
const useMultiAudio_1 = __importDefault(require("../hooks/audio/useMultiAudio"));
|
|
21
21
|
const CreatorNotifications_1 = require("../modules/notifications/CreatorNotifications");
|
|
22
|
-
|
|
22
|
+
// import useFetchMyExperience from '@/api/server-experiences/queries/useFetchMyExperience';
|
|
23
23
|
const sessionScroll_1 = require("../modules/sessionScroll");
|
|
24
24
|
const SubscriberNotifications_1 = require("../api/subscriptions/SubscriberNotifications");
|
|
25
25
|
const GlobalLayout = ({ children }) => {
|
|
26
|
-
|
|
26
|
+
// useFetchMyExperience();
|
|
27
27
|
(0, useMultiAudio_1.default)();
|
|
28
28
|
(0, useAuthVerification_1.useAuthVerification)();
|
|
29
29
|
const NEXT_PUBLIC_ENV_VALUE = (0, env_1.useEnvStore)((state) => state.NEXT_PUBLIC_ENV_VALUE);
|