From 4a1319d95af94f8e76af808369c33312618398cc Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 5 May 2024 17:16:31 +0200 Subject: [PATCH] move esp status to under status (not in settings) --- interface/src/AuthenticatedRouting.tsx | 5 +---- interface/src/project/ApplicationSettings.tsx | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/interface/src/AuthenticatedRouting.tsx b/interface/src/AuthenticatedRouting.tsx index 00ca0d836..3b5344168 100644 --- a/interface/src/AuthenticatedRouting.tsx +++ b/interface/src/AuthenticatedRouting.tsx @@ -43,10 +43,7 @@ const AuthenticatedRouting: FC = () => { } /> } /> } /> - } - /> + } /> } /> )} diff --git a/interface/src/project/ApplicationSettings.tsx b/interface/src/project/ApplicationSettings.tsx index ce07a69a7..f833f1e96 100644 --- a/interface/src/project/ApplicationSettings.tsx +++ b/interface/src/project/ApplicationSettings.tsx @@ -115,7 +115,7 @@ const ApplicationSettings: FC = () => { }); }; - useLayoutTitle(LL.APPLICATION_SETTINGS()); + useLayoutTitle(LL.APPLICATION()); const content = () => { if (!data) {