From 0a7da6aafe6ae72fce3453190ddf83e8dfbb281c Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 7 Aug 2024 11:38:10 +0200 Subject: [PATCH] Remove dashboard settings entry point until we have a place to redirect (#6529) --- .../components/dashboard/DashboardApp.tsx | 27 +------------------ 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/lms/static/scripts/frontend_apps/components/dashboard/DashboardApp.tsx b/lms/static/scripts/frontend_apps/components/dashboard/DashboardApp.tsx index d529639884..01b145e395 100644 --- a/lms/static/scripts/frontend_apps/components/dashboard/DashboardApp.tsx +++ b/lms/static/scripts/frontend_apps/components/dashboard/DashboardApp.tsx @@ -1,9 +1,4 @@ -import { - Link, - LogoIcon, - ProfileIcon, - SettingsIcon, -} from '@hypothesis/frontend-shared'; +import { LogoIcon, ProfileIcon } from '@hypothesis/frontend-shared'; import classnames from 'classnames'; import { Link as RouterLink, Route, Switch } from 'wouter-preact'; @@ -38,26 +33,6 @@ export default function DashboardApp() { {dashboard.user.display_name} - { - e.preventDefault(); - alert('This is not implemented yet'); - } - } - > - - Settings -