hide settings icon

This commit is contained in:
mario
2025-03-07 15:50:25 +07:00
parent 41f811d31f
commit 9058c19bca

View File

@@ -78,7 +78,8 @@ function Header({
<div className="absolute right-0 top-1/2 flex -translate-y-1/2 select-none items-center">
{PatientInfo}
<div className="border-primary-dark mx-1.5 h-[25px] border-r"></div>
<div className="flex-shrink-0">
{/* Hide settings icon in the worklist view */}
{/* <div className="flex-shrink-0">
<DropdownMenu>
<DropdownMenuTrigger asChild>
<Button
@@ -111,7 +112,7 @@ function Header({
})}
</DropdownMenuContent>
</DropdownMenu>
</div>
</div> */}
</div>
</div>
</NavBar>