diff --git a/src/app/(main)/teams/[teamId]/TeamProvider.tsx b/src/app/(main)/teams/[teamId]/TeamProvider.tsx
index a9c57cec..467a5d22 100644
--- a/src/app/(main)/teams/[teamId]/TeamProvider.tsx
+++ b/src/app/(main)/teams/[teamId]/TeamProvider.tsx
@@ -16,7 +16,7 @@ export function TeamProvider({ teamId, children }: { teamId?: string; children:
}, [teamId, modified]);
if (isFetching && isLoading) {
- return ;
+ return ;
}
if (teamId && !team) {