Skip to content

Commit

Permalink
fix: enable library in analytics platform switch
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Jan 14, 2025
1 parent 3fd0c02 commit 7f8dfe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/analytics/PageWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { Link, getRouteApi } from '@tanstack/react-router';

import { UserSwitchWrapper } from '@/components/ui/UserSwitchWrapper';
import { NS } from '@/config/constants';
import { GRAASP_BUILDER_HOST } from '@/config/env';
import { GRAASP_BUILDER_HOST, GRAASP_LIBRARY_HOST } from '@/config/env';

import { AnalyticsSidebar } from './AnalyticsSidebar';

Expand Down Expand Up @@ -49,7 +49,7 @@ export function PageWrapper({
href: `/player/${itemId}/${itemId}`,
},
[Platform.Library]: {
disabled: true,
href: GRAASP_LIBRARY_HOST,
},
[Platform.Analytics]: {
disabled: true,
Expand Down

0 comments on commit 7f8dfe5

Please sign in to comment.