mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-04-26 05:46:23 +02:00
refactor: slop cleanup
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user