From 51ff1d865d48dc5403b94dcfbd311d81003683dd Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 16 May 2024 21:28:43 -0400 Subject: [PATCH] tsc --- app/components/Sharing/Collection/SharePopover.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/components/Sharing/Collection/SharePopover.tsx b/app/components/Sharing/Collection/SharePopover.tsx index 4978801ca3eb..7b19434104ff 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; }) );