style: simplify profile import dialog

This commit is contained in:
zhom
2025-11-25 20:53:57 +04:00
parent 93b85e760e
commit d90a333eb0
-3
View File
@@ -330,9 +330,6 @@ export function ImportProfileDialog({
<span className="font-medium"> <span className="font-medium">
{profile.name} {profile.name}
</span> </span>
<span className="text-xs text-muted-foreground">
{profile.description}
</span>
</div> </div>
</div> </div>
</SelectItem> </SelectItem>