feat: org selector
This commit is contained in:
parent
9499bde725
commit
07cd2e5ece
|
|
@ -41,7 +41,7 @@ export const OrganizationSelector = () => {
|
|||
[]
|
||||
);
|
||||
|
||||
if (isLoading || !isLoading && data?.length === 0) {
|
||||
if (isLoading || !isLoading && data?.length === 1) {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue