From 687f2b7439795193567700d5036b464997da87d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20K=C3=B6hler?= <74593656+Than-DE@users.noreply.github.com> Date: Tue, 28 May 2024 11:21:15 +0800 Subject: [PATCH] fix(dashboard/profiles): typo and redundant 'here' in profiles list empty state --- .../[projectId]/profiles/profile-list/profile-list.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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

)}
)}