From 9058c19bca024012c4300281e894cc0960e06ce6 Mon Sep 17 00:00:00 2001 From: mario Date: Fri, 7 Mar 2025 15:50:25 +0700 Subject: [PATCH] hide settings icon --- platform/ui-next/src/components/Header/Header.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/platform/ui-next/src/components/Header/Header.tsx b/platform/ui-next/src/components/Header/Header.tsx index 1a6215a..9571f76 100644 --- a/platform/ui-next/src/components/Header/Header.tsx +++ b/platform/ui-next/src/components/Header/Header.tsx @@ -78,7 +78,8 @@ function Header({
{PatientInfo}
-
+ {/* Hide settings icon in the worklist view */} + {/*
+
*/}