diff --git a/apps/frontend/src/components/analytics/stars.table.component.tsx b/apps/frontend/src/components/analytics/stars.table.component.tsx index ad805eee2..3c45845fa 100644 --- a/apps/frontend/src/components/analytics/stars.table.component.tsx +++ b/apps/frontend/src/components/analytics/stars.table.component.tsx @@ -150,7 +150,7 @@ export const StarsTableComponent = () => { [page, key, state] ); return ( -
+
{ )}
-
+
{stars?.stars?.length ? (
- + diff --git a/apps/frontend/src/components/autopost/autopost.tsx b/apps/frontend/src/components/autopost/autopost.tsx index 21af46520..542f934c9 100644 --- a/apps/frontend/src/components/autopost/autopost.tsx +++ b/apps/frontend/src/components/autopost/autopost.tsx @@ -90,8 +90,8 @@ export const Autopost: FC = () => {
{t('active', 'Active')}
{data?.map((p: any) => ( -
{p.title}
-
{p.url}
+
{p.title}
+
{p.url}
@@ -325,6 +326,7 @@ export const MenuComponent: FC< 'group-[.sidebar]:hidden flex-1 whitespace-nowrap text-ellipsis overflow-hidden cursor-move', integration.disabled && 'opacity-50' )} + data-sentry-mask > {integration.name}
diff --git a/apps/frontend/src/components/launches/select.customer.tsx b/apps/frontend/src/components/launches/select.customer.tsx index 820220902..61601e2e9 100644 --- a/apps/frontend/src/components/launches/select.customer.tsx +++ b/apps/frontend/src/components/launches/select.customer.tsx @@ -18,7 +18,7 @@ export const SelectCustomer: FC<{ return null; } return ( -