hide settings icon
This commit is contained in:
@@ -78,7 +78,8 @@ function Header({
|
|||||||
<div className="absolute right-0 top-1/2 flex -translate-y-1/2 select-none items-center">
|
<div className="absolute right-0 top-1/2 flex -translate-y-1/2 select-none items-center">
|
||||||
{PatientInfo}
|
{PatientInfo}
|
||||||
<div className="border-primary-dark mx-1.5 h-[25px] border-r"></div>
|
<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>
|
<DropdownMenu>
|
||||||
<DropdownMenuTrigger asChild>
|
<DropdownMenuTrigger asChild>
|
||||||
<Button
|
<Button
|
||||||
@@ -111,7 +112,7 @@ function Header({
|
|||||||
})}
|
})}
|
||||||
</DropdownMenuContent>
|
</DropdownMenuContent>
|
||||||
</DropdownMenu>
|
</DropdownMenu>
|
||||||
</div>
|
</div> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</NavBar>
|
</NavBar>
|
||||||
|
|||||||
Reference in New Issue
Block a user