fix margins, teams button, and remove boards
This commit is contained in:
@@ -33,10 +33,6 @@ export function TeamsButton({ showText = true, onAction }: TeamsButtonProps) {
|
||||
return <Loading icon="dots" size="sm" placement="center" />;
|
||||
}
|
||||
|
||||
if (!data?.count) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
<MenuTrigger>
|
||||
<Pressable>
|
||||
|
||||
Reference in New Issue
Block a user