refactor: don't show useless tooltips

This commit is contained in:
zhom
2025-07-28 03:27:38 +04:00
parent 0b7cf547b3
commit b071e971b3
2 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -388,7 +388,9 @@ export function ProfilesDataTable({
</Button>
</span>
</TooltipTrigger>
<TooltipContent>{tooltipContent}</TooltipContent>
{tooltipContent && (
<TooltipContent>{tooltipContent}</TooltipContent>
)}
</Tooltip>
</div>
);