diff --git a/apps/console/src/pages/organizations/SettingsPage.tsx b/apps/console/src/pages/organizations/SettingsPage.tsx index 1419348d1..6b69432a9 100644 --- a/apps/console/src/pages/organizations/SettingsPage.tsx +++ b/apps/console/src/pages/organizations/SettingsPage.tsx @@ -12,10 +12,6 @@ export function SettingsViewSkeleton() { description="Manage your details and personal preferences here" >
{vendor?.name}
+ {vendor?.description && ( + <> + • ++ {vendor.description} +
+ > + )} +{vendor?.name}
- {vendor?.description && ( - <> - • -- {vendor.description} -
- > - )} -