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