feat: org selector

This commit is contained in:
Nevo David 2024-03-09 23:29:52 +07:00
parent 9499bde725
commit 07cd2e5ece
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export const OrganizationSelector = () => {
[]
);
if (isLoading || !isLoading && data?.length === 0) {
if (isLoading || !isLoading && data?.length === 1) {
return null;
}