Changed loading for TeamProvider.
This commit is contained in:
@@ -16,7 +16,7 @@ export function TeamProvider({ teamId, children }: { teamId?: string; children:
|
|||||||
}, [teamId, modified]);
|
}, [teamId, modified]);
|
||||||
|
|
||||||
if (isFetching && isLoading) {
|
if (isFetching && isLoading) {
|
||||||
return <Loading />;
|
return <Loading position="page" />;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (teamId && !team) {
|
if (teamId && !team) {
|
||||||
|
|||||||
Reference in New Issue
Block a user