Hide teams button if no teams.
This commit is contained in:
@@ -23,7 +23,7 @@ export function TeamsButton({
|
|||||||
close();
|
close();
|
||||||
};
|
};
|
||||||
|
|
||||||
if (!result) {
|
if (!result?.count) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user