Skip to content

Commit

Permalink
deactivated beta restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
chronis10 committed Jun 3, 2024
1 parent bdf83f4 commit 63c6a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front-end/src/layouts/full/vertical/sidebar/SidebarItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import { useAuth } from 'src/authentication/AuthProvider'; // Ensure this import
import { UserRole } from 'src/authentication/AuthInterfaces';

const betaFeatures = [
'/tutorials-page',
'/interactive-page',
// '/tutorials-page',
// '/interactive-page',
];

const SidebarItems = () => {
Expand Down

0 comments on commit 63c6a92

Please sign in to comment.