From baf2942d676cccd54d2661d9143f0c0b32fa8c28 Mon Sep 17 00:00:00 2001 From: Dirk Rossbach Date: Mon, 28 Aug 2023 13:29:49 +0200 Subject: [PATCH] remove code that is not needed --- src/app/core/constants/navigation.ts | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/app/core/constants/navigation.ts b/src/app/core/constants/navigation.ts index 9a5814c87..76ff9368a 100644 --- a/src/app/core/constants/navigation.ts +++ b/src/app/core/constants/navigation.ts @@ -171,16 +171,11 @@ export const mainNavItems: INavItem[] = [ icon: 'book-open', translationKey: 'NAVIGATION.USER_MANUAL', }, - /* - { - routeTo: 'health-check', - icon: 'file-waveform', - translationKey: 'NAVIGATION.HEALTH_CHECK', - isExternal: true, - }, */ ] export const mainNavItemsExternal: INavItem[] = [ - /* { + /* + preparaion for user manual if available + { icon: 'book-open', translationKey: 'NAVIGATION.USER_MANUAL', id: USERMANUAL,