From 5c8263809a42de6b901697659784986013673912 Mon Sep 17 00:00:00 2001 From: sandreckoner Date: Wed, 30 Oct 2024 22:58:26 -0400 Subject: [PATCH] Display the Impressum button conditionally --- client/src/Navigation.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/client/src/Navigation.tsx b/client/src/Navigation.tsx index f55cbc7a..30d712ec 100644 --- a/client/src/Navigation.tsx +++ b/client/src/Navigation.tsx @@ -173,6 +173,8 @@ export const Menu: FC <{ } } + const hasImpressum = lean4webConfig.impressum || lean4webConfig.contactDetails + return