+ {desk === 'groups' && !hasOpenedGroups && (
+
setShowGroupsPopover(o)}
+ >
+ setShowGroupsPopover(true)}
+ onMouseOut={() => setShowGroupsPopover(false)}
+ >
+
+ <>
+
+
+ >
+
+
+ e.preventDefault()}
+ onCloseAutoFocus={(e) => e.preventDefault()}
+ >
+
+ {invite ? (
+ <>You have an invitation to join {inviteGroupName}.>
+ ) : (
+ <>
+ Open Groups to create, join, and accept invitations to
+ communities.
+ >
+ )}
+
+
+
+
+
+ )}
{pike?.zest === 'held' && !disabled && (
@@ -85,13 +136,15 @@ export const Tile: FunctionComponent = ({
>
)}
-
+ {desk === 'groups' && !hasOpenedGroups ? null : (
+
+ )}
{title && (