diff --git a/app/components/Sharing/Collection/SharePopover.tsx b/app/components/Sharing/Collection/SharePopover.tsx index 4978801ca..7b1943410 100644 --- a/app/components/Sharing/Collection/SharePopover.tsx +++ b/app/components/Sharing/Collection/SharePopover.tsx @@ -170,6 +170,8 @@ function SharePopover({ collection, visible, onRequestClose }: Props) { }); return group; } + + return; }) );