From c5cdaf3e0bfb1fba73224529c60a4d36e010e009 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Fri, 16 May 2025 21:27:15 +0530 Subject: [PATCH] fix warning --- .../photos/src/components/Collections/CollectionShare.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/web/apps/photos/src/components/Collections/CollectionShare.tsx b/web/apps/photos/src/components/Collections/CollectionShare.tsx index 7eb884393e..30320038db 100644 --- a/web/apps/photos/src/components/Collections/CollectionShare.tsx +++ b/web/apps/photos/src/components/Collections/CollectionShare.tsx @@ -208,16 +208,15 @@ function SharingDetails({ collection, type }) { {viewers.map((item, index) => ( - <> + } /> {index !== viewers.length - 1 && ( )} - + ))}