diff --git a/apps/dashboard/src/app/(app)/[organizationSlug]/[projectId]/profiles/profile-list/profile-list.tsx b/apps/dashboard/src/app/(app)/[organizationSlug]/[projectId]/profiles/profile-list/profile-list.tsx index 7071b372..6cc6f2b8 100644 --- a/apps/dashboard/src/app/(app)/[organizationSlug]/[projectId]/profiles/profile-list/profile-list.tsx +++ b/apps/dashboard/src/app/(app)/[organizationSlug]/[projectId]/profiles/profile-list/profile-list.tsx @@ -91,7 +91,7 @@ export function ProfileList({ data, count, limit = 50 }: ProfileListProps) { ) : ( - + {cursor !== 0 ? ( <>

Looks like you have reached the end of the list

@@ -105,7 +105,7 @@ export function ProfileList({ data, count, limit = 50 }: ProfileListProps) { ) : ( -

Looks like there is no profiles here

+

Looks like there are no profiles here

)}
)}