refactor: slop cleanup

This commit is contained in:
zhom
2025-07-31 05:28:45 +04:00
parent 63000c72bd
commit fc6ddb7cbf
9 changed files with 185 additions and 242 deletions
+8 -8
View File
@@ -234,12 +234,12 @@ export function ProfileSelectorDialog({
return (
<Tooltip key={profile.name}>
<TooltipTrigger asChild>
<SelectItem
value={profile.name}
disabled={!canUseForLinks}
asChild
>
<span>
<div>
<SelectItem
value={profile.name}
disabled={!canUseForLinks}
asChild
>
<div
className={`flex items-center gap-2 ${
!canUseForLinks ? "opacity-50" : ""
@@ -284,8 +284,8 @@ export function ProfileSelectorDialog({
</Badge>
)}
</div>
</span>
</SelectItem>
</SelectItem>
</div>
</TooltipTrigger>
{tooltipContent && (
<TooltipContent>{tooltipContent}</TooltipContent>