From 7dcab614f2bab08f672a6a2cd63a24dc4f2a1d08 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Sun, 21 Jul 2024 17:51:43 +0200 Subject: [PATCH] wc profile fix --- src/Components/Profile/ProfileSubHeader.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Components/Profile/ProfileSubHeader.tsx b/src/Components/Profile/ProfileSubHeader.tsx index 315781fc..f98900c4 100644 --- a/src/Components/Profile/ProfileSubHeader.tsx +++ b/src/Components/Profile/ProfileSubHeader.tsx @@ -28,11 +28,11 @@ const SubHeader = ({ type, status, url, title }) => (
- {status && status != "active" &&
- {statusMapping[status]} + {status &&
+ {statusMapping[status]}
} - {type && type != "Regional-Gruppe" &&
- {type} + {type &&
+ {type}
}