Skip to content

Commit 5d7c140

Browse files
committed
♻️ Remove test
1 parent 46d5cd9 commit 5d7c140

File tree

2 files changed

+1
-189
lines changed

2 files changed

+1
-189
lines changed

src/app/[locale]/mon-espace/groupes/_components/GroupsDashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default async function GroupsDashboard({ userId, locale }: Props) {
2121
if (isError) return <DefaultErrorAlert />
2222

2323
if (!((groups?.length ?? 0) > 0) && !((organisations.length ?? 0) > 0)) {
24-
return <EmptyState />
24+
return <EmptyState locale={locale} />
2525
}
2626

2727
return (

src/components/groups/Organisations.test.tsx

Lines changed: 0 additions & 188 deletions
This file was deleted.

0 commit comments

Comments
 (0)